WAProvideProjectFactoryTemplateMappingAttribute Constructor (String^, Type^)

 

Initializes a new instance of the WAProvideProjectFactoryTemplateMappingAttribute.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
WAProvideProjectFactoryTemplateMappingAttribute(
	String^ flavoredFactoryGuid,
	Type^ languageTemplateFactoryType
)

Parameters

flavoredFactoryGuid
Type: System::String^

The GUID of the flavored project factory.

languageTemplateFactoryType
Type: System::Type^

The type of the language template factory.

Return to top
Show: