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.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ApplicationModel As ModelResource
'Usage
Dim instance As ExternalResourceService
Dim value As ModelResource
value = instance.ApplicationModel
public abstract ModelResource ApplicationModel { get; }
public:
virtual property ModelResource^ ApplicationModel {
ModelResource^ get () abstract;
}
public 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
ExternalResourceService Members
Microsoft.Windows.Design.Services Namespace