Condividi tramite


Metodo IComponentData.QueryDataObject

Aggiornamento: novembre 2007

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Spazio dei nomi:  Microsoft.CLRAdmin
Assembly:  mscorcfg (in mscorcfg.dll)

Sintassi

'Dichiarazione
Sub QueryDataObject ( _
    cookie As Integer, _
    type As UInteger, _
    <OutAttribute> ByRef ppDataObject As IDataObject _
)
'Utilizzo
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
)

Parametri

Autorizzazioni

Piattaforme

Windows Vista, Windows XP SP2, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Framework

Supportato in: 1.1, 1.0

Vedere anche

Riferimenti

IComponentData Interfaccia

Membri IComponentData

Spazio dei nomi Microsoft.CLRAdmin