ISharePointProjectItemTypeProvider.InitializeType Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Called by projects to initialize an instance of a SharePoint project item type.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Sub InitializeType ( _
    typeDefinition As ISharePointProjectItemTypeDefinition _
)
void InitializeType(
    ISharePointProjectItemTypeDefinition typeDefinition
)

Parameters

Remarks

The ISharePointProjectItemType instance will be frozen after this method call which means that its properties cannot be changed.

.NET Framework Security

See Also

Reference

ISharePointProjectItemTypeProvider Interface

Microsoft.VisualStudio.SharePoint Namespace