AnimatedVisualPlayerAutomationPeer(AnimatedVisualPlayer) Constructor
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.
Initializes a new instance of the AnimatedVisualPlayerAutomationPeer class.
AnimatedVisualPlayerAutomationPeer(AnimatedVisualPlayer const& owner);
public AnimatedVisualPlayerAutomationPeer(AnimatedVisualPlayer owner);
function AnimatedVisualPlayerAutomationPeer(owner)
Public Sub New (owner As AnimatedVisualPlayer)
Parameters
- owner
- AnimatedVisualPlayer
The AnimatedVisualPlayer control instance to create the peer for.