WAProvideProjectFactoryAttribute Constructor (Type^, String^, String^, Boolean, String^, String^)

 

Initializes a new instance of WAProvideProjectFactoryAttribute.

Namespace:   Microsoft.VisualStudio.Shell
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^

Return to top
Show: