IObjectModelProvider
IObjectModelProvider
IObjectModelProvider
IObjectModelProvider
Interface
Definition
Provides access to the underlying object model implemented by a control or app.
public : interface IObjectModelProviderpublic interface IObjectModelProviderPublic Interface IObjectModelProvider// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Methods
GetUnderlyingObjectModel() GetUnderlyingObjectModel() GetUnderlyingObjectModel() GetUnderlyingObjectModel()
Returns an interface used to access the underlying object model of the provider.
public : PlatForm::Object GetUnderlyingObjectModel()public object GetUnderlyingObjectModel()Public Function GetUnderlyingObjectModel() As object// This API is not available in Javascript.
Returns
PlatForm::Object
object
object
object
An untyped interface for accessing the underlying object model.