SharePointProjectItemTypeAttribute Class
Specifies the ID of a project item type that is being defined, or the ID of a project item type that is being extended.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
System::Attribute
Microsoft.VisualStudio.SharePoint::SharePointProjectItemTypeAttribute
| Name | Description | |
|---|---|---|
![]() | SharePointProjectItemTypeAttribute(String^) | Initializes a new instance of the SharePointProjectItemTypeAttribute class with the project item type ID. |
| Name | Description | |
|---|---|---|
![]() | ProjectItemTypeId | Gets or sets the project item type ID that is being defined or extended. |
![]() | TypeId | (Inherited from Attribute.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Attribute.) |
![]() | GetHashCode() | (Inherited from Attribute.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from Attribute.) |
![]() | Match(Object^) | (Inherited from Attribute.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute::GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfoCount(UInt32%) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
Apply this attribute to implementations of the ISharePointProjectItemTypeProvider and ISharePointProjectItemTypeExtension interfaces in extensions of the SharePoint project system. For more information, see How to: Define a SharePoint Project Item Type and How to: Create a SharePoint Project Item Extension.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



