IVsSccManager3.IsBSLSupported Method
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.
Specifies whether the active SCC provider supports background solution load (BSL).
public:
bool IsBSLSupported();
public:
bool IsBSLSupported();
bool IsBSLSupported();
public bool IsBSLSupported ();
abstract member IsBSLSupported : unit -> bool
Public Function IsBSLSupported () As Boolean
Returns
true
if the provider supports BSL, or false
if the provider does not support BSL.