IVsLiteTree::GetExpandedAbsolute Method (UInt32, Int32)

 

Determines whether an item is expanded.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetExpandedAbsolute(
	unsigned int AbsIndex,
	[OutAttribute] int% pfExpanded
)

Parameters

AbsIndex
Type: System::UInt32

[in] Absolute index of the item to test.

pfExpanded
Type: System::Int32

[out] Pointer to Boolean. Set to true if the item is expanded.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

C++From vsshell.idl:HRESULT IVsLiteTree::GetExpandedAbsolute([in] ULONG AbsIndex, [out] BOOL *pfExpanded);

Return to top
Show: