Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
Clone | Creates a copy of the enumeration. |
![]() |
Next | Retrieves a specified number of items in the enumeration sequence. |
![]() |
Reset | Resets the enumeration sequence to the beginning. |
![]() |
Skip | Skips over a specified number of items in the enumeration. |
Top
.gif)