WAProvideProjectFactoryTemplateMappingAttribute Class

 

Used to declare a new project system that supports Web Application Projects and define a mapping between the real project system and the one that is used only to store some WAP specific properties in the registry.

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

System.Object
  System.Attribute
    Microsoft.VisualStudio.Shell.RegistrationAttribute
      Microsoft.VisualStudio.Shell.WAProvideProjectFactoryTemplateMappingAttribute

[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, 
	Inherited = true)]
public sealed class WAProvideProjectFactoryTemplateMappingAttribute : RegistrationAttribute

NameDescription
System_CAPS_pubmethodWAProvideProjectFactoryTemplateMappingAttribute(String, Type)

Initializes a new instance of the WAProvideProjectFactoryTemplateMappingAttribute.

NameDescription
System_CAPS_pubpropertyFlavoredFactoryGuid

Gets the GUID of the flavored factory.

System_CAPS_pubpropertyLanguageTemplateFactoryType

Gets the type of the language template factory.

System_CAPS_pubpropertyTypeId

Gets the current instance of this attribute.(Inherited from RegistrationAttribute.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: