Share via


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

See Also

Reference

ExternalResourceService Class

Microsoft.Windows.Design.Services Namespace

Other Resources

WPF Designer Extensibility