IVsUIEnumDataSourceProperties Interface

 

Manages a list of data source properties.

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

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("327922B7-0B7F-4123-8446-0E614B337673")]
public interface IVsUIEnumDataSourceProperties

NameDescription
System_CAPS_pubmethodClone(IVsUIEnumDataSourceProperties)

Creates a copy of the enumeration.

System_CAPS_pubmethodNext(UInt32, VsUIPropertyDescriptor[], UInt32)

Retrieves a specified number of items in the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

System_CAPS_pubmethodSkip(UInt32)

Skips over a specified number of items in the enumeration.

Return to top
Show: