ModelResource.ModelItem Property
When overridden in a derived class, gets a value representing the model item of the resource.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ModelItem As ModelItem
'Usage
Dim instance As ModelResource
Dim value As ModelItem
value = instance.ModelItem
public abstract ModelItem ModelItem { get; }
public:
virtual property ModelItem^ ModelItem {
ModelItem^ get () abstract;
}
public abstract function get ModelItem () : ModelItem
Property Value
Type: Microsoft.Windows.Design.Model.ModelItem
The model item of the external resource.
.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