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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace