IObjectModelProvider Interface

Definition

Provides access to the underlying object model implemented by a control or app.

public interface class IObjectModelProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3284809401, 1939, 20176, 187, 244, 159, 244, 224, 249, 143, 128)]
struct IObjectModelProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3284809401, 1939, 20176, 187, 244, 159, 244, 224, 249, 143, 128)]
public interface IObjectModelProvider
Public Interface IObjectModelProvider
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Methods

GetUnderlyingObjectModel()

Returns an interface used to access the underlying object model of the provider.

Applies to