SharePointProjectItemTypeAttribute(String) Constructor

Definition

Initializes a new instance of the SharePointProjectItemTypeAttribute class with the project item type ID.

public:
 SharePointProjectItemTypeAttribute(System::String ^ projectItemTypeId);
public SharePointProjectItemTypeAttribute (string projectItemTypeId);
new Microsoft.VisualStudio.SharePoint.SharePointProjectItemTypeAttribute : string -> Microsoft.VisualStudio.SharePoint.SharePointProjectItemTypeAttribute
Public Sub New (projectItemTypeId As String)

Parameters

projectItemTypeId
String

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

Applies to