Version

TargetName Property

If no target is resolved, then the Command will look for Globally registered targets. If this property is set, it will look for an ICommandTarget that is a FrameworkElement and has the specified name.
Syntax
'Declaration
 
Public Property TargetName As String
public string TargetName {get; set;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also