IObjectModelProvider Interface

Definition

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

public interface class IObjectModelProvider
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2459254480, 19416, 22052, 142, 61, 120, 212, 95, 222, 156, 242)]
struct IObjectModelProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2459254480, 19416, 22052, 142, 61, 120, 212, 95, 222, 156, 242)]
public interface IObjectModelProvider
Public Interface IObjectModelProvider
Attributes

Methods

GetUnderlyingObjectModel()

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

Applies to