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
- 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
IMarkupProjectContext Interface
Microsoft.Windows.Design.Documents Namespace