This documentation is archived and is not being maintained.

AdvancedToolParameters::IsModalDialog Property

Whether the operation was invoked from a modal dialog inside Visual Studio or not

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property bool IsModalDialog {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if the operation was invoked from a modal dialog inside Visual Studio; otherwise, false.

Show: