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.
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Property ExecWithInOutCallback As CommandHandler.ExecWithInOutCallback
public CommandHandler.ExecWithInOutCallback ExecWithInOutCallback { get; set; }
public:
property CommandHandler::ExecWithInOutCallback^ ExecWithInOutCallback {
CommandHandler::ExecWithInOutCallback^ get ();
void set (CommandHandler::ExecWithInOutCallback^ value);
}
member ExecWithInOutCallback : CommandHandler.ExecWithInOutCallback with get, set
function get ExecWithInOutCallback () : CommandHandler.ExecWithInOutCallback
function set ExecWithInOutCallback (value : CommandHandler.ExecWithInOutCallback)
Property Value
Type: Microsoft.VisualStudio.TeamFoundation.CommandHandler.ExecWithInOutCallback
.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.