IVSMDDesignerLoader::Initialize Method (Object^, Object^, Int32, Object^)

 

Initializes the loader. This associates it with a doc data object and an item ID.

Namespace:   Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

void Initialize(
	Object^ pSp,
	Object^ pHier,
	int itemid,
	Object^ pDocData
)

Parameters

pSp
Type: System::Object^

The IServiceProvider.

pHier
Type: System::Object^

The IVsHierarchy.

itemid
Type: System::Int32

The VSConstants::VSITEMID.

pDocData
Type: System::Object^

An IntPtr to a doc data object.

Return to top
Show: