VsShellUtilities::IsInAutomationFunction Method (IServiceProvider^)

 

Determines whether the extensibility object is currently executing an automation operation.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static bool IsInAutomationFunction(
	IServiceProvider^ serviceProvider
)

Parameters

serviceProvider
Type: System::IServiceProvider^

IServiceProvider.

Return Value

Type: System::Boolean

true if the extensibility object is executing an automation operation; otherwise, false.

This method is typically called to determine whether to display a message box or other model window. Because these windows require a response from the user, they should be suppressed during automation operations.

Return to top
Show: