Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
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.