IVsSimplePreviewChangesList::GetDisplayData Method (UInt32, array<VSTREEDISPLAYDATA>^)

 

Returns display data for the specified item.

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

int GetDisplayData(
	unsigned int index,
	array<VSTREEDISPLAYDATA>^ pData
)

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::Int32

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

From vsshell80.idl:

HRESULT IVsSimplePreviewChangesList::GetDisplayData(
   [in]  ULONG              Index, 
   [out] VSTREEDISPLAYDATA *pData
);
Return to top
Show: