Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the underlying dependency object that represents this view.
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
Property Value
Type: System.Object
The underlying dependency object.
.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.