ProvideTextEditorAutomationAttribute Constructor

Definition

Initializes a new instance of the ProvideTextEditorAutomationAttribute class.

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)

Parameters

pageType
Type

A Type object that specifies the type of the page.

categoryName
String

A string value that specifies the category of the page.

pageName
String

A string value that specifies the name of the page.

categoryResourceID
Int16

An integer value that specifies the category resource ID.

pageNameResourceID
Int16

An integer value that specifies the page name resource ID.

Applies to