Share via


RegisterAsDslToolsEditorAttribute Class

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False)> _
Public NotInheritable Class RegisterAsDslToolsEditorAttribute _
    Inherits RegistrationAttribute
'Usage
Dim instance As RegisterAsDslToolsEditorAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)]
public sealed class RegisterAsDslToolsEditorAttribute : RegistrationAttribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false)]
public ref class RegisterAsDslToolsEditorAttribute sealed : public RegistrationAttribute
public final class RegisterAsDslToolsEditorAttribute extends RegistrationAttribute

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.VisualStudio.Shell.RegistrationAttribute
      Microsoft.VisualStudio.Modeling.Shell.RegisterAsDslToolsEditorAttribute

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

RegisterAsDslToolsEditorAttribute Members

Microsoft.VisualStudio.Modeling.Shell Namespace