IVsSccManager3.IsBSLSupported Method

Definition

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.

Applies to