IVsTrackSelectionEx.IsMyHierarchyCurrent(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 user's hierarchy is current.
public:
int IsMyHierarchyCurrent([Runtime::InteropServices::Out] int % pfCurrent);
int IsMyHierarchyCurrent([Runtime::InteropServices::Out] int & pfCurrent);
public int IsMyHierarchyCurrent (out int pfCurrent);
abstract member IsMyHierarchyCurrent : int -> int
Public Function IsMyHierarchyCurrent (ByRef pfCurrent As Integer) As Integer
Parameters
- pfCurrent
- Int32
[out] Pointer to a flag that is set to true
if the user's hierarchy is current and false
if it is not current.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsTrackSelectionEx::IsMyHierarchyCurrent(
[out] BOOL *pfCurrent
);