Edit

Share via


HitTestInfo.UserData Property

Definition

Gets the user data associated with the HitTestInfo.

C#
[System.ComponentModel.Browsable(false)]
public System.Collections.IDictionary UserData { get; }

Property Value

A new dictionary for user data, or a reference to the existing user data.

Attributes

Remarks

Use UserData to store user information about the HitTestInfo. If no user data has been stored, calling UserData creates a new, empty dictionary for use.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1