IUIObjectMetadata 接口

定义

为 UIObjectMetadata 类提供接口。

public interface class IUIObjectMetadata
[System.CLSCompliant(true)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("1E66226B-DE2B-4d4d-9F31-034C2282971F")]
public interface IUIObjectMetadata
[<System.CLSCompliant(true)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("1E66226B-DE2B-4d4d-9F31-034C2282971F")>]
type IUIObjectMetadata = interface
Public Interface IUIObjectMetadata
属性

方法

GetType(String)

检索对象的当前实例的类型。

TryGetType(String, IUIObjectTypeInfo)

通过使用指定的类型名称以及来自此项集合的命名空间名称,返回某一实体数据模型 (EDM) 类型对象。

适用于