IVsPackageInfo.IsBackgroundLoadSafe 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.
public:
property bool IsBackgroundLoadSafe { bool get(); };
[System.Runtime.InteropServices.DispId(1610678276)]
public bool IsBackgroundLoadSafe { get; }
[<System.Runtime.InteropServices.DispId(1610678276)>]
member this.IsBackgroundLoadSafe : bool
Public ReadOnly Property IsBackgroundLoadSafe As Boolean
Property Value
- Attributes
Remarks
This property is safe to access from any thread.