IVsUIDataSource::EnumProperties Method (IVsUIEnumDataSourceProperties^)

 

Returns an enumeration of the available properties.

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

int EnumProperties(
	[OutAttribute] IVsUIEnumDataSourceProperties^% ppEnum
)

Parameters

ppEnum
Type: Microsoft.VisualStudio.Shell.Interop::IVsUIEnumDataSourceProperties^

[out] Location to return a pointer to properties enumeration interface.

Return Value

Type: System::Int32

Returns S_OK if the enumeration interface was returned properly.

Return to top
Show: