IComponentData.QueryDataObject-Methode
Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.
Namespace: Microsoft.CLRAdmin
Assembly: mscorcfg (in mscorcfg.dll)
Syntax
'Declaration
Sub QueryDataObject ( _
cookie As Integer, _
type As UInteger, _
<OutAttribute> ByRef ppDataObject As IDataObject _
)
'Usage
Dim instance As IComponentData
Dim cookie As Integer
Dim type As UInteger
Dim ppDataObject As IDataObject
instance.QueryDataObject(cookie, type, _
ppDataObject)
void QueryDataObject(
int cookie,
uint type,
out IDataObject ppDataObject
)
void QueryDataObject(
int cookie,
unsigned int type,
[OutAttribute] IDataObject^% ppDataObject
)
void QueryDataObject(
int cookie,
UInt32 type,
/** @attribute OutAttribute */ /** @ref */IDataObject ppDataObject
)
function QueryDataObject(
cookie : int,
type : uint,
ppDataObject : IDataObject
)
Parameter
- cookie
Typ: System.Int32
- type
Typ: System.UInt32
- ppDataObject
Typ: Microsoft.CLRAdmin.IDataObject%
Berechtigungen
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Plattformen
Windows Vista, Windows XP SP2, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Versionsinformationen
.NET Framework
Unterstützt in: 1.1, 1.0