IVsPreviewChangesList::GetExpandable Method (UInt32, Int32)
Visual Studio 2015
Determines if the specified item can be expanded.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
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::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsPreviewChangesList::GetExpandable(
[in] ULONG Index,
[out] BOOL *pfExpandable
);
Show: