IVsAppContainerBootstrapperResult::Succeeded Property

 

Determines whether the bootstrapper operation succeeded.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

[DispIdAttribute(1610743808)]
property bool Succeeded {
	bool get();
}

Property Value

Type: System::Boolean

True if the bootstrapper operation succeeded, otherwise false.

Return to top
Show: