ProvideTextEditorAutomationAttribute Constructor (Type, String, String, Int16, Int16)

 

Applies To: SQL Server 2016 Preview

Initializes a new instance of the ProvideTextEditorAutomationAttribute class.

Namespace:   RadLangSvc
Assembly:  RadLangSvc (in RadLangSvc.dll)

Syntax

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

Parameters

  • pageType
    Type: System.Type

    A Type object that specifies the type of the page.

  • categoryName
    Type: System.String

    A string value that specifies the category of the page.

  • pageName
    Type: System.String

    A string value that specifies the name of the page.

  • categoryResourceID
    Type: System.Int16

    An integer value that specifies the category resource ID.

  • pageNameResourceID
    Type: System.Int16

    An integer value that specifies the page name resource ID.

See Also

ProvideTextEditorAutomationAttribute Class
RadLangSvc Namespace

Return to top