ViewItem.PlatformObject-Eigenschaft

Ruft das zugrunde liegende Abhängigkeitsobjekt ab, das diese Ansicht darstellt.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property PlatformObject As Object
    Get
public abstract Object PlatformObject { get; }
public:
virtual property Object^ PlatformObject {
    Object^ get () abstract;
}
abstract PlatformObject : Object
abstract function get PlatformObject () : Object

Eigenschaftswert

Typ: System.Object
Das zugrunde liegende Abhängigkeitsobjekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

ViewItem Klasse

Microsoft.Windows.Design.Interaction-Namespace