WAProvideProjectFactoryTemplateMappingAttribute(String, Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.