IUIObjectMetadata Interface

Definition

Provides an interface for the UIObjectMetadata class.

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
Attributes

Methods

GetType(String)

Retrieves the type of the current instance of an object.

TryGetType(String, IUIObjectTypeInfo)

Returns an Entity Data Model (EDM) type object by using the specified type name and the namespace name from this item collection.

Applies to