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

指定類別目錄資源識別碼的整數值。

pageNameResourceID
Int16

指定頁面名稱資源識別碼的整數值。

適用於