RegisterProjectItemAttribute Class
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.
Caution
RegisterProjectItemAttribute has been deprecated. Please use ProvideProjectItemAttribute instead.
RegisterProjectItemAttribute has been deprecated. Please use ProvideProjectItemAttribute instead
public ref class RegisterProjectItemAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class RegisterProjectItemAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
[System.Obsolete("RegisterProjectItemAttribute has been deprecated. Please use ProvideProjectItemAttribute instead.")]
public sealed class RegisterProjectItemAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
[<System.Obsolete("RegisterProjectItemAttribute has been deprecated. Please use ProvideProjectItemAttribute instead.")>]
type RegisterProjectItemAttribute = class
inherit RegistrationAttribute
Public NotInheritable Class RegisterProjectItemAttribute
Inherits RegistrationAttribute
- Inheritance
- Attributes
Constructors
RegisterProjectItemAttribute(Object, String, String, Int32) |
Initializes a new instance of RegisterProjectItemAttribute. |
Properties
ItemType |
String describing the item type. This string is used as the folder in the left side of the "Add New Items" dialog. |
Priority |
Gets the sort priority of this type. |
ProjectFactoryType |
Gets the GUID of the type of project factory. |
TemplateDir |
Gets the directory in which the templates for this project type are found. |
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 this item type. |
Unregister(RegistrationAttribute+RegistrationContext) |
Unregister this editor. |