RegisterProjectItemAttribute Class

 
Note: This API is now obsolete.

RegisterProjectItemAttribute has been deprecated. Please use ProvideProjectItemAttribute instead

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

[ObsoleteAttribute("RegisterProjectItemAttribute has been deprecated. Please use ProvideProjectItemAttribute instead.")]
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, 
	Inherited = true)]
public sealed class RegisterProjectItemAttribute : RegistrationAttribute

NameDescription
System_CAPS_pubmethodRegisterProjectItemAttribute(Object, String, String, Int32)

Initializes a new instance of RegisterProjectItemAttribute.

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: