IVsToolsOptions.IsToolsOptionsOpen(Int32) 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 Tools Options dialog box is open.
public:
int IsToolsOptionsOpen([Runtime::InteropServices::Out] int % pfOpen);
int IsToolsOptionsOpen([Runtime::InteropServices::Out] int & pfOpen);
public int IsToolsOptionsOpen (out int pfOpen);
abstract member IsToolsOptionsOpen : int -> int
Public Function IsToolsOptionsOpen (ByRef pfOpen As Integer) As Integer
Parameters
- pfOpen
- Int32
[out] If true
, the Tools Options dialog box is currently open.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Use this method to determine if the Tools Options dialog box is open.