WAProvideProjectFactoryTemplateMappingAttribute Class

Definition

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

public ref class WAProvideProjectFactoryTemplateMappingAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class WAProvideProjectFactoryTemplateMappingAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class WAProvideProjectFactoryTemplateMappingAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type WAProvideProjectFactoryTemplateMappingAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class WAProvideProjectFactoryTemplateMappingAttribute
Inherits RegistrationAttribute
Inheritance
WAProvideProjectFactoryTemplateMappingAttribute
Attributes

Constructors

WAProvideProjectFactoryTemplateMappingAttribute(String, Type)

Initializes a new instance of the WAProvideProjectFactoryTemplateMappingAttribute.

Properties

FlavoredFactoryGuid

Gets the GUID of the flavored factory.

LanguageTemplateFactoryType

Gets the type of the language template factory.

TypeId

Override the TypeID property in order to let the RegistrationAttribute derived classes to work with System.ComponentModel.TypeDescriptor.GetAttributes(...). An attribute derived from this one will have to override this property only if it needs a better control on the instances that can be applied to a class.

(Inherited from RegistrationAttribute)

Methods

GetPackageRegKeyPath(Guid)

Gets the registry path (relative to the registry root of the application) of the VSPackage.

(Inherited from RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

Registers the mapping in the specified context.

Unregister(RegistrationAttribute+RegistrationContext)

Unregisters the mapping from the specified context.

Applies to