ProvideProjectItemAttribute Class

 

This attribute registers items to be included in the Add New Item dialog for the specified project type. It is placed on a VSPackage.

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.ProvideProjectItemAttribute

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

NameDescription
System_CAPS_pubmethodProvideProjectItemAttribute(Object, String, String, Int32)

Initializes a new instance of ProvideProjectItemAttribute for the item.

NameDescription
System_CAPS_pubpropertyItemType

Gets the name of this type of item.

System_CAPS_pubpropertyPriority

Gets the sort priority of this type.

System_CAPS_pubpropertyProjectFactoryType

Gets the GUID of the type of project factory.

System_CAPS_pubpropertyTemplateDir

Gets the directory in which the templates for this project type are found.

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: