ProvideEditorFilenameAttribute(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.
Initializes an instance of ProvideEditorFilenameAttribute
public:
ProvideEditorFilenameAttribute(System::Object ^ factoryType, System::String ^ filename, int priority);
public ProvideEditorFilenameAttribute (object factoryType, string filename, int priority);
new Microsoft.VisualStudio.Shell.ProvideEditorFilenameAttribute : obj * string * int -> Microsoft.VisualStudio.Shell.ProvideEditorFilenameAttribute
Public Sub New (factoryType As Object, filename As String, priority As Integer)
Parameters
- factoryType
- Object
The factory type
- filename
- String
The name of the file to associate with the editor factory
- priority
- Int32
The editor factory priority