WAProvideProjectFactoryAttribute Constructor (Type^, String^, String^, Boolean, String^, String^)
Visual Studio 2015
Initializes a new instance of WAProvideProjectFactoryAttribute.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: WAProvideProjectFactoryAttribute( Type^ factoryType, String^ name, String^ languageVsTemplate, bool showOnlySpecifiedTemplatesVsTemplate, String^ templateGroupIDsVsTemplate, String^ templateIDsVsTemplate )
Parameters
- factoryType
-
Type:
System::Type^
The project factory type.
- name
-
Type:
System::String^
The name.
- languageVsTemplate
-
Type:
System::String^
The language.
- showOnlySpecifiedTemplatesVsTemplate
-
Type:
System::Boolean
true if only specified templates should be shown, otherwise false.
- templateGroupIDsVsTemplate
- Type: System::String^
- templateIDsVsTemplate
- Type: System::String^
Show: