SharePointProjectItemTypeAttribute Constructor
Initializes a new instance of the SharePointProjectItemTypeAttribute class with the project item type ID.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
projectItemTypeId As String _
)
public SharePointProjectItemTypeAttribute(
string projectItemTypeId
)
Parameters
projectItemTypeId
Type: StringThe ID of the project item type being defined or extended. This is typically a namespace-qualified name to avoid collisions of type IDs between different vendors.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.