WAProvideProjectFactoryAttribute Construtores

Definição

Sobrecargas

WAProvideProjectFactoryAttribute(Type, String)

Inicializa uma nova instância de WAProvideProjectFactoryAttribute.

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

Inicializa uma nova instância de WAProvideProjectFactoryAttribute.

WAProvideProjectFactoryAttribute(Type, String)

Inicializa uma nova instância de WAProvideProjectFactoryAttribute.

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)

Parâmetros

factoryType
Type

O tipo de fábrica do projeto.

name
String

O nome.

Aplica-se a

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

Inicializa uma nova instância de WAProvideProjectFactoryAttribute.

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)

Parâmetros

factoryType
Type

O tipo de fábrica do projeto.

name
String

O nome.

languageVsTemplate
String

A linguagem.

showOnlySpecifiedTemplatesVsTemplate
Boolean

true se apenas os modelos especificados devem ser mostrados, caso contrário false .

templateGroupIDsVsTemplate
String
templateIDsVsTemplate
String

Aplica-se a