ExternalResourceService.ApplicationModel Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
When overridden in a derived class, gets the application model.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ApplicationModel As ModelResource
Get
public abstract ModelResource ApplicationModel { get; }
public:
virtual property ModelResource^ ApplicationModel {
ModelResource^ get () abstract;
}
abstract ApplicationModel : ModelResource
abstract function get ApplicationModel () : ModelResource
Property Value
Type: Microsoft.Windows.Design.Services.ModelResource
The application model or nulla null reference (Nothing in Visual Basic) if there is no application model for this context.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Services Namespace