TextLink.CommandTarget Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get/set the CommandTarget property.

Namespace:  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property CommandTarget As IInputElement
public IInputElement CommandTarget { get; set; }
public:
virtual property IInputElement^ CommandTarget {
    IInputElement^ get () sealed;
    void set (IInputElement^ value) sealed;
}
abstract CommandTarget : IInputElement with get, set 
override CommandTarget : IInputElement with get, set
final function get CommandTarget () : IInputElement 
final function set CommandTarget (value : IInputElement)

Property Value

Type: System.Windows.IInputElement
Returns IInputElement.

Implements

ICommandSource.CommandTarget

.NET Framework Security

See Also

Reference

TextLink Class

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace