ProvideTextEditorAutomationAttribute 생성자

정의

ProvideTextEditorAutomationAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 ProvideTextEditorAutomationAttribute(Type ^ pageType, System::String ^ categoryName, System::String ^ pageName, short categoryResourceID, short pageNameResourceID);
public ProvideTextEditorAutomationAttribute (Type pageType, string categoryName, string pageName, short categoryResourceID, short pageNameResourceID);
new RadLangSvc.ProvideTextEditorAutomationAttribute : Type * string * string * int16 * int16 -> RadLangSvc.ProvideTextEditorAutomationAttribute
Public Sub New (pageType As Type, categoryName As String, pageName As String, categoryResourceID As Short, pageNameResourceID As Short)

매개 변수

pageType
Type

페이지의 유형을 지정하는 Type 개체입니다.

categoryName
String

페이지의 범주를 지정하는 문자열 값입니다.

pageName
String

페이지의 이름을 지정하는 문자열 값입니다.

categoryResourceID
Int16

범주 리소스 ID를 지정하는 정수 값입니다.

pageNameResourceID
Int16

페이지 이름 리소스 ID를 지정하는 정수 값입니다.

적용 대상