CommandHandler.Command.ExecWithInOutCallback Property

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

See Also

Reference

CommandHandler.Command Class

Microsoft.VisualStudio.TeamFoundation Namespace