IObjectModelProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |