共用方式為


IComponentData.QueryDataObject 方法

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

命名空間:  Microsoft.CLRAdmin
組件:  mscorcfg (在 mscorcfg.dll 中)

語法

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

參數

使用權限

平台

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

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:1.1、1.0

請參閱

參考

IComponentData 介面

IComponentData 成員

Microsoft.CLRAdmin 命名空間