InterfaceMapping.TargetType 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示用于创建接口映射的类型。
public: Type ^ TargetType;
public Type TargetType;
[System.Runtime.InteropServices.ComVisible(true)]
public Type TargetType;
val mutable TargetType : Type
[<System.Runtime.InteropServices.ComVisible(true)>]
val mutable TargetType : Type
Public TargetType As Type
字段值
- 属性
注解
字段的值TargetType是其 GetInterfaceMap 方法返回当前InterfaceMapping结构的 实例Type。