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
- 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
ProjectListSectionViewHelper Class
Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage Namespace