Partager via


IComponentData.QueryDataObject, méthode

Mise à jour : novembre 2007

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.CLRAdmin
Assembly :  mscorcfg (dans mscorcfg.dll)

Syntaxe

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

Paramètres

Autorisations

Plateformes

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

Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Informations de version

.NET Framework

Pris en charge dans : 1.1, 1.0

Voir aussi

Référence

IComponentData, interface

Membres IComponentData

Microsoft.CLRAdmin, espace de noms