ProvideTextEditorAutomationAttribute Class

Registers an option page.

Inheritance Hierarchy

System.Object
  System.Attribute
    RegistrationAttribute
      ProvideOptionDialogPageAttribute
        RadLangSvc.ProvideTextEditorAutomationAttribute

Namespace:  RadLangSvc
Assembly:  RadLangSvc.VS (in RadLangSvc.VS.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 Initializes a new instance of the ProvideTextEditorAutomationAttribute class.

Top

Properties

  Name Description
Public property CategoryName Gets the category name
Public property CategoryResourceId Gets the category resource ID.
Public property PageName Gets the page name
Public property PageNameResourceId (Inherited from ProvideOptionDialogPageAttribute.)
Public property PageType (Inherited from ProvideOptionDialogPageAttribute.)
Public property TypeId Gets the current ProvideTextEditorAutomationAttribute object. (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 Registers the property page. (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