IVsAppContainerBootstrapperResult.Succeeded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the bootstrapper operation succeeded.
public:
property bool Succeeded { bool get(); };
public:
property bool Succeeded { bool get(); };
[System.Runtime.InteropServices.DispId(1610743808)]
public bool Succeeded { get; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.Succeeded : bool
Public ReadOnly Property Succeeded As Boolean
Property Value
True if the bootstrapper operation succeeded, otherwise false.
- Attributes
Remarks
This property is safe to access from any thread.