RegisterAdditionalEditorExtensionAttribute Class

 

Attribute class to provide a way to add extra file extension handling to existing editors without altering anything else

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::RegisterAdditionalEditorExtensionAttribute

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

NameDescription
System_CAPS_pubmethodRegisterAdditionalEditorExtensionAttribute(Object^, String^, Int32)

Creates a new RegisterAdditionalEditorExtensionAttribute.

NameDescription
System_CAPS_pubpropertyExtension

File extension to register.

System_CAPS_pubpropertyFactory

Guid identifying the editor factory to register.

System_CAPS_pubpropertyPriority

Priority of the this editor for the extension being registered. Larger values indicate higher editor priority.

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: