IVsTrackSelectionEx.IsMyHierarchyCurrent(Int32) Method

Definition

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  
);  

Applies to