Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.