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 ViewItem object that was hit.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ViewHit As ViewItem
Get
public abstract ViewItem ViewHit { get; }
public:
virtual property ViewItem^ ViewHit {
ViewItem^ get () abstract;
}
abstract ViewHit : ViewItem
abstract function get ViewHit () : ViewItem
Property Value
Type: Microsoft.Windows.Design.Interaction.ViewItem
The ViewItem that was hit.
.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.