ISharePointProjectItemTypeProvider.InitializeType Method
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.
Called by projects to initialize an instance of a SharePoint project item type.
public:
void InitializeType(Microsoft::VisualStudio::SharePoint::ISharePointProjectItemTypeDefinition ^ typeDefinition);
public void InitializeType (Microsoft.VisualStudio.SharePoint.ISharePointProjectItemTypeDefinition typeDefinition);
abstract member InitializeType : Microsoft.VisualStudio.SharePoint.ISharePointProjectItemTypeDefinition -> unit
Public Sub InitializeType (typeDefinition As ISharePointProjectItemTypeDefinition)
Parameters
- typeDefinition
- ISharePointProjectItemTypeDefinition
A project item type definition to initialize.
Remarks
The ISharePointProjectItemType instance will be frozen after this method call which means that its properties cannot be changed.