RegisterAsDslToolsEditorAttribute Class

 

This attribute is used to tag a DSL Tools Designer that has been created with the Designer Wizard. It enables the Designer Wizard to advise against re-using file extensions handled by other non-DSLTools designers, and enables it to remove old DSL designers without removing other packages that handle the same file extension.

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

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

[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false)]
public ref class RegisterAsDslToolsEditorAttribute sealed : RegistrationAttribute

NameDescription
System_CAPS_pubpropertyTypeId

(Inherited from RegistrationAttribute.)

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

Return to top
Show: