ISharePointProjectItemTypeProvider.InitializeType Method

Definition

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.

Applies to