WAProvideProjectFactoryTemplateMappingAttribute(String, Type) Constructor

Definition

Initializes a new instance of the WAProvideProjectFactoryTemplateMappingAttribute.

public:
 WAProvideProjectFactoryTemplateMappingAttribute(System::String ^ flavoredFactoryGuid, Type ^ languageTemplateFactoryType);
public:
 WAProvideProjectFactoryTemplateMappingAttribute(Platform::String ^ flavoredFactoryGuid, Platform::Type ^ languageTemplateFactoryType);
public WAProvideProjectFactoryTemplateMappingAttribute (string flavoredFactoryGuid, Type languageTemplateFactoryType);
new Microsoft.VisualStudio.Shell.WAProvideProjectFactoryTemplateMappingAttribute : string * Type -> Microsoft.VisualStudio.Shell.WAProvideProjectFactoryTemplateMappingAttribute
Public Sub New (flavoredFactoryGuid As String, languageTemplateFactoryType As Type)

Parameters

flavoredFactoryGuid
String

The GUID of the flavored project factory.

languageTemplateFactoryType
Type

The type of the language template factory.

Applies to