VisualInteractionSource.Create(Visual) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of VisualInteractionSource.
public:
static VisualInteractionSource ^ Create(Visual ^ source);
static VisualInteractionSource Create(Visual const& source);
public static VisualInteractionSource Create(Visual source);
function create(source)
Public Shared Function Create (source As Visual) As VisualInteractionSource
Parameters
- source
- Visual
The visual to use as the source of the interaction.
Returns
Returns the created VisualInteractionSource object.