TextBlockWithEmbeddedLinks.EmbeddedLinkCommand Property

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

Syntax

'Declaration
Public Property EmbeddedLinkCommand As ICommand
public ICommand EmbeddedLinkCommand { get; set; }
public:
property ICommand^ EmbeddedLinkCommand {
    ICommand^ get ();
    void set (ICommand^ value);
}
member EmbeddedLinkCommand : ICommand with get, set
function get EmbeddedLinkCommand () : ICommand 
function set EmbeddedLinkCommand (value : ICommand)

Property Value

Type: System.Windows.Input.ICommand
Returns ICommand.

.NET Framework Security

See Also

Reference

TextBlockWithEmbeddedLinks Class

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework Namespace