ProvideTextEditorAutomationAttribute Class

Implementing abstract class ProvideOptionDialogPageAttribute to register an option page.

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    RegistrationAttribute
      ProvideOptionDialogPageAttribute
        Microsoft.VisualStudio.Data.Tools.SqlLanguageServices..::..ProvideTextEditorAutomationAttribute

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlLanguageServices
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlLanguageServices (in Microsoft.VisualStudio.Data.Tools.SqlLanguageServices.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True, Inherited := True)> _
Public NotInheritable Class ProvideTextEditorAutomationAttribute _
    Inherits ProvideOptionDialogPageAttribute
'Usage
Dim instance As ProvideTextEditorAutomationAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
public sealed class ProvideTextEditorAutomationAttribute : ProvideOptionDialogPageAttribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true, Inherited = true)]
public ref class ProvideTextEditorAutomationAttribute sealed : public ProvideOptionDialogPageAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, Inherited = true)>]
type ProvideTextEditorAutomationAttribute =  
    class
        inherit ProvideOptionDialogPageAttribute
    end
public final class ProvideTextEditorAutomationAttribute extends ProvideOptionDialogPageAttribute

The ProvideTextEditorAutomationAttribute type exposes the following members.

Constructors

  Name Description
Public method ProvideTextEditorAutomationAttribute Constructor creating an instance of ProvideTextEditorAutomationAttribute

Top

Properties

  Name Description
Public property CategoryName Gets the Category Name
Public property CategoryResourceId Gets the Category ResourceID
Public property PageName Gets the PageName
Public property PageNameResourceId (Inherited from ProvideOptionDialogPageAttribute.)
Public property PageType (Inherited from ProvideOptionDialogPageAttribute.)
Public property TypeId Gets the current instance of this attribute (Overrides RegistrationAttributeTypeId()()()().)

Top

Methods

  Name Description
Public method Equals (Inherited from Attribute.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Attribute.)
Protected method GetPackageRegKeyPath (Inherited from RegistrationAttribute.)
Public method GetType (Inherited from Object.)
Public method IsDefaultAttribute (Inherited from Attribute.)
Public method Match (Inherited from Attribute.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Register Register the PropertyPage (Overrides RegistrationAttributeRegister(RegistrationContext).)
Public method ToString (Inherited from Object.)
Public method Unregister Removes registration information (Overrides RegistrationAttributeUnregister(RegistrationContext).)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method _Attribute..::..GetIDsOfNames (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute..::..GetTypeInfo (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute..::..GetTypeInfoCount (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute..::..Invoke (Inherited from Attribute.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.SqlLanguageServices Namespace