IVsExternalFilesManager.IsVisible(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 whether the Miscellaneous Files node is visible in Solution Explorer.
public:
int IsVisible([Runtime::InteropServices::Out] int % pfVisible);
int IsVisible([Runtime::InteropServices::Out] int & pfVisible);
public int IsVisible (out int pfVisible);
abstract member IsVisible : int -> int
Public Function IsVisible (ByRef pfVisible As Integer) As Integer
Parameters
- pfVisible
- Int32
[out] Boolean. true
if the node is visible, false
if it is not.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsExternalFilesManager::IsVisible(
[out] BOOL *pfVisible
);