Share via


ProvideEditorFilenameAttribute(Object, String, Int32) Constructor

Definition

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

Applies to