ToolWindowBase.CommandHandler Property

Get/Set the command handler

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

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

Property Value

Type: Microsoft.VisualStudio.TeamFoundation.CommandHandler

.NET Framework Security

See Also

Reference

ToolWindowBase Class

Microsoft.VisualStudio.TeamFoundation Namespace