EditorFactoryNotifyForProjectAttribute(Object, String, Object) Oluşturucu

Tanım

Bir EditorFactoryNotifyForProjectAttribute dosya uzantısını proje ile kaydeden sınıfının yeni bir örneğini başlatır.

public:
 EditorFactoryNotifyForProjectAttribute(System::Object ^ projectType, System::String ^ fileExtension, System::Object ^ factoryType);
public:
 EditorFactoryNotifyForProjectAttribute(Platform::Object ^ projectType, Platform::String ^ fileExtension, Platform::Object ^ factoryType);
 EditorFactoryNotifyForProjectAttribute(winrt::Windows::Foundation::IInspectable const & projectType, std::wstring const & fileExtension, winrt::Windows::Foundation::IInspectable const & factoryType);
public EditorFactoryNotifyForProjectAttribute (object projectType, string fileExtension, object factoryType);
new Microsoft.VisualStudio.Shell.EditorFactoryNotifyForProjectAttribute : obj * string * obj -> Microsoft.VisualStudio.Shell.EditorFactoryNotifyForProjectAttribute
Public Sub New (projectType As Object, fileExtension As String, factoryType As Object)

Parametreler

projectType
Object

Projenin türü. Bu parametre bir tür, GUID veya bir GUID 'nin dize temsili olabilir.

fileExtension
String

Dosyasının işleyeceği dosya uzantısı EditorFactoryNotify .

factoryType
Object

Fabrika türü. Bu parametre bir tür, GUID veya bir GUID 'nin dize temsili olabilir.

Şunlara uygulanır