IVsPreviewChangesList::GetDisplayData Method (UInt32, array<VSTREEDISPLAYDATA>^)
Visual Studio 2015
Returns display data for the specified item.
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 for which to get the display data.
- pData
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::VSTREEDISPLAYDATA>^
[in, out] A VSTREEDISPLAYDATA structure that is filled in with the requested data.
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::GetDisplayData(
[in] ULONG Index,
[out] VSTREEDISPLAYDATA *pData
);
Show: