ProvideEditorExtensionAttribute Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | DefaultName | Gets or sets the default name of the editor. |
![]() | EditorFactoryNotify | Determines whether or not the extension should be registered with a EditorFactoryNotify registry value, which associates a file extension with a specific editor factory. |
![]() | Extension | Gets the file extension associated with this editor. |
![]() | Factory | Returns the GUID of the associated factory. |
![]() | NameResourceID | Gets and sets the integer NameResourceID. |
![]() | Priority | Gets the editor's priority as set in the constructor. |
![]() | ProjectGuid | Sets and gets the GUID of the project associated with this editor. |
![]() | TemplateDir | Gets or sets the template directory to be used by the editor factory to retrieve its source files. |
![]() | TypeId | Gets the current instance of this attribute.(Inherited from RegistrationAttribute.) |
Show:
