IVsTextViewEx.IsExpansionUIActive 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.
Determines if the expansion UI is active.
public:
int IsExpansionUIActive();
public:
int IsExpansionUIActive();
int IsExpansionUIActive();
public int IsExpansionUIActive ();
abstract member IsExpansionUIActive : unit -> int
Public Function IsExpansionUIActive () As Integer
Returns
If the method succeeds, it returns S_OK to indicate active expansion UI. If it fails, it returns an error code.