ProvideTextEditorAutomationAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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)
參數
- categoryName
- String
指定頁面類別目錄的字串值。
- pageName
- String
指定頁面名稱的字串值。
- categoryResourceID
- Int16
指定類別目錄資源識別碼的整數值。
- pageNameResourceID
- Int16
指定頁面名稱資源識別碼的整數值。