RegisterAdditionalEditorExtensionAttribute(Object, String, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new RegisterAdditionalEditorExtensionAttribute.
public:
RegisterAdditionalEditorExtensionAttribute(System::Object ^ factoryType, System::String ^ extension, int priority);
public RegisterAdditionalEditorExtensionAttribute (object factoryType, string extension, int priority);
new Microsoft.VisualStudio.Modeling.Shell.RegisterAdditionalEditorExtensionAttribute : obj * string * int -> Microsoft.VisualStudio.Modeling.Shell.RegisterAdditionalEditorExtensionAttribute
Public Sub New (factoryType As Object, extension As String, priority As Integer)
Parameters
- factoryType
- Object
Type representing the existing editor factory to register an additional extension with.
- extension
- String
File extension to register. Must begin with a '.'
- priority
- Int32
Priority of this editor for the file extension being registered.