WAProvideProjectFactoryAttribute Constructors

Definition

Overloads

WAProvideProjectFactoryAttribute(Type, String)

Initializes a new instance of WAProvideProjectFactoryAttribute.

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

Initializes a new instance of WAProvideProjectFactoryAttribute.

WAProvideProjectFactoryAttribute(Type, String)

Initializes a new instance of 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)

Parameters

factoryType
Type

The project factory type.

name
String

The name.

Applies to

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

Initializes a new instance of 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)

Parameters

factoryType
Type

The project factory type.

name
String

The name.

languageVsTemplate
String

The language.

showOnlySpecifiedTemplatesVsTemplate
Boolean

true if only specified templates should be shown, otherwise false.

templateGroupIDsVsTemplate
String
templateIDsVsTemplate
String

Applies to