Dela via


IMarkupProjectContext.ApplicationModel Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the application model.

Namespace:  Microsoft.Windows.Design.Documents
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
ReadOnly Property ApplicationModel As ModelResource
'Usage
Dim instance As IMarkupProjectContext 
Dim value As ModelResource 

value = instance.ApplicationModel
ModelResource ApplicationModel { get; }
property ModelResource^ ApplicationModel {
    ModelResource^ get ();
}
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

IMarkupProjectContext Interface

IMarkupProjectContext Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility