ISharePointProjectItemTypeDefinition.ProjectItemType Property
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.
Gets the ISharePointProjectItemType being defined by this ISharePointProjectItemTypeDefinition instance.
public:
property Microsoft::VisualStudio::SharePoint::ISharePointProjectItemType ^ ProjectItemType { Microsoft::VisualStudio::SharePoint::ISharePointProjectItemType ^ get(); };
public Microsoft.VisualStudio.SharePoint.ISharePointProjectItemType ProjectItemType { get; }
member this.ProjectItemType : Microsoft.VisualStudio.SharePoint.ISharePointProjectItemType
Public ReadOnly Property ProjectItemType As ISharePointProjectItemType
Property Value
An object representing a project item type.