管理数据源属性列表。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop.10.0(在 Microsoft.VisualStudio.Shell.Interop.10.0.dll 中)
Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
语法
声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("327922B7-0B7F-4123-8446-0E614B337673")> _
Public Interface IVsUIEnumDataSourceProperties
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("327922B7-0B7F-4123-8446-0E614B337673")]
public interface IVsUIEnumDataSourceProperties
IVsUIEnumDataSourceProperties 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
Clone | 创建枚举的副本。 |
![]() |
Next | 检索枚举序列中指定数目的项。 |
![]() |
Reset | 将枚举序列重置到开始处。 |
![]() |
Skip | 在项目指定数目的跳过枚举的。 |
页首