IVsSimplePreviewChangesList::GetExpandable Method (UInt32, Int32)

 

Determines if the specified item can be expanded.

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

int GetExpandable(
	unsigned int index,
	[OutAttribute] int% pfExpandable
)

Parameters

index
Type: System::UInt32

[in] The index of the item.

pfExpandable
Type: System::Int32

[out] Returns nonzero (TRUE) if the item can be expanded; otherwise, returns zero (FALSE).

Return Value

Type: System::Int32

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

From vsshell80.idl:

HRESULT IVsSimplePreviewChangesList::GetExpandable(
   [in]  ULONG  Index, 
   [out] BOOL  *pfExpandable
);
Return to top
Show: