Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Sub Initialize ( _
pSp As Object, _
pHier As Object, _
itemid As Integer, _
pDocData As Object _
)
void Initialize(
Object pSp,
Object pHier,
int itemid,
Object pDocData
)
void Initialize(
[InAttribute] Object^ pSp,
[InAttribute] Object^ pHier,
[InAttribute] int itemid,
[InAttribute] Object^ pDocData
)
abstract Initialize :
pSp:Object *
pHier:Object *
itemid:int *
pDocData:Object -> unit
function Initialize(
pSp : Object,
pHier : Object,
itemid : int,
pDocData : Object
)
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.