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
)
参数
- cookie
类型:System.Int32
- type
类型:System.UInt32
- ppDataObject
类型:Microsoft.CLRAdmin.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