Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ModelItem As ModelItem
Get
public abstract ModelItem ModelItem { get; }
public:
virtual property ModelItem^ ModelItem {
ModelItem^ get () abstract;
}
abstract ModelItem : ModelItem
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