Share via


ProjectListSectionViewHelper.CommandHandler Property

Get/set the command handler.

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

Syntax

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

Property Value

Type: CommandHandler

.NET Framework Security

See Also

Reference

ProjectListSectionViewHelper Class

Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage Namespace