WAProvideProjectFactoryAttribute Конструкторы

Определение

Перегрузки

WAProvideProjectFactoryAttribute(Type, String)

Инициализирует новый экземпляр Вапровидепрожектфакторяттрибуте.

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

Инициализирует новый экземпляр Вапровидепрожектфакторяттрибуте.

WAProvideProjectFactoryAttribute(Type, String)

Инициализирует новый экземпляр Вапровидепрожектфакторяттрибуте.

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)

Параметры

factoryType
Type

Тип фабрики проектов.

name
String

Имя.

Применяется к

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

Инициализирует новый экземпляр Вапровидепрожектфакторяттрибуте.

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)

Параметры

factoryType
Type

Тип фабрики проектов.

name
String

Имя.

languageVsTemplate
String

Язык.

showOnlySpecifiedTemplatesVsTemplate
Boolean

true значение, если должны отображаться только указанные шаблоны. в противном случае — false .

templateGroupIDsVsTemplate
String
templateIDsVsTemplate
String

Применяется к