IVsUIEnumDataSourceProperties Interface

Manages a list of data source properties.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("327922B7-0B7F-4123-8446-0E614B337673")> _
Public Interface IVsUIEnumDataSourceProperties
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("327922B7-0B7F-4123-8446-0E614B337673")]
public interface IVsUIEnumDataSourceProperties
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"327922B7-0B7F-4123-8446-0E614B337673")]
public interface class IVsUIEnumDataSourceProperties
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("327922B7-0B7F-4123-8446-0E614B337673")>]
type IVsUIEnumDataSourceProperties =  interface end
public interface IVsUIEnumDataSourceProperties

The IVsUIEnumDataSourceProperties type exposes the following members.

Methods

  Name Description
Public method Clone Creates a copy of the enumeration.
Public method Next Retrieves a specified number of items in the enumeration sequence.
Public method Reset Resets the enumeration sequence to the beginning.
Public method Skip Skips over a specified number of items in the enumeration.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace