ProvideEditorExtensionAttribute Properties

 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubpropertyDefaultName

Gets or sets the default name of the editor.

System_CAPS_pubpropertyEditorFactoryNotify

Determines whether or not the extension should be registered with a EditorFactoryNotify registry value, which associates a file extension with a specific editor factory.

System_CAPS_pubpropertyExtension

Gets the file extension associated with this editor.

System_CAPS_pubpropertyFactory

Returns the GUID of the associated factory.

System_CAPS_pubpropertyNameResourceID

Gets and sets the integer NameResourceID.

System_CAPS_pubpropertyPriority

Gets the editor's priority as set in the constructor.

System_CAPS_pubpropertyProjectGuid

Sets and gets the GUID of the project associated with this editor.

System_CAPS_pubpropertyTemplateDir

Gets or sets the template directory to be used by the editor factory to retrieve its source files.

System_CAPS_pubpropertyTypeId

Gets the current instance of this attribute.(Inherited from RegistrationAttribute.)

Return to top
Show: