Condividi tramite


Proprietà ViewItem.PlatformObject

Ottiene l'oggetto di dipendenza sottostante che rappresenta questa visualizzazione.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: System.Object
Oggetto di dipendenza sottostante.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ViewItem Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction