WAProvideProjectFactoryAttribute Konstruktoren

Definition

Überlädt

WAProvideProjectFactoryAttribute(Type, String)

Initialisiert eine neue Instanz von waprovide projectfactoriyattribute.

WAProvideProjectFactoryAttribute(Type, String, String, Boolean, String, String)

Initialisiert eine neue Instanz von waprovide projectfactoriyattribute.

WAProvideProjectFactoryAttribute(Type, String)

Initialisiert eine neue Instanz von waprovide projectfactoriyattribute.

public:
 WAProvideProjectFactoryAttribute(Type ^ factoryType, System::String ^ name);
public:
 WAProvideProjectFactoryAttribute(Platform::Type ^ factoryType, Platform::String ^ name);
public WAProvideProjectFactoryAttribute (Type factoryType, string name);
new Microsoft.VisualStudio.Shell.WAProvideProjectFactoryAttribute : Type * string -> Microsoft.VisualStudio.Shell.WAProvideProjectFactoryAttribute
Public Sub New (factoryType As Type, name As String)

Parameter

factoryType
Type

Der projektfactory-Typ.

name
String

Der Name.

Gilt für

WAProvideProjectFactoryAttribute(Type, String, String, Boolean, String, String)

Initialisiert eine neue Instanz von waprovide projectfactoriyattribute.

public:
 WAProvideProjectFactoryAttribute(Type ^ factoryType, System::String ^ name, System::String ^ languageVsTemplate, bool showOnlySpecifiedTemplatesVsTemplate, System::String ^ templateGroupIDsVsTemplate, System::String ^ templateIDsVsTemplate);
public:
 WAProvideProjectFactoryAttribute(Platform::Type ^ factoryType, Platform::String ^ name, Platform::String ^ languageVsTemplate, bool showOnlySpecifiedTemplatesVsTemplate, Platform::String ^ templateGroupIDsVsTemplate, Platform::String ^ templateIDsVsTemplate);
public WAProvideProjectFactoryAttribute (Type factoryType, string name, string languageVsTemplate, bool showOnlySpecifiedTemplatesVsTemplate, string templateGroupIDsVsTemplate, string templateIDsVsTemplate);
new Microsoft.VisualStudio.Shell.WAProvideProjectFactoryAttribute : Type * string * string * bool * string * string -> Microsoft.VisualStudio.Shell.WAProvideProjectFactoryAttribute
Public Sub New (factoryType As Type, name As String, languageVsTemplate As String, showOnlySpecifiedTemplatesVsTemplate As Boolean, templateGroupIDsVsTemplate As String, templateIDsVsTemplate As String)

Parameter

factoryType
Type

Der projektfactory-Typ.

name
String

Der Name.

languageVsTemplate
String

Die Sprache.

showOnlySpecifiedTemplatesVsTemplate
Boolean

true , wenn nur bestimmte Vorlagen angezeigt werden sollen, andernfalls false .

templateGroupIDsVsTemplate
String
templateIDsVsTemplate
String

Gilt für