IVsDataExplorerChildNodeCollection 介面
表示連接的 [伺服器總管] 節點之物件的集合 Visual Studio的。
此 API 不符合 CLS 標準。
命名空間: Microsoft.VisualStudio.Data.Services
組件: Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)
語法
'宣告
<CLSCompliantAttribute(False)> _
Public Interface IVsDataExplorerChildNodeCollection _
Inherits IList(Of IVsDataExplorerNode), ICollection(Of IVsDataExplorerNode), _
IEnumerable(Of IVsDataExplorerNode), IEnumerable
[CLSCompliantAttribute(false)]
public interface IVsDataExplorerChildNodeCollection : IList<IVsDataExplorerNode>,
ICollection<IVsDataExplorerNode>, IEnumerable<IVsDataExplorerNode>, IEnumerable
[CLSCompliantAttribute(false)]
public interface class IVsDataExplorerChildNodeCollection : IList<IVsDataExplorerNode^>,
ICollection<IVsDataExplorerNode^>, IEnumerable<IVsDataExplorerNode^>, IEnumerable
[<CLSCompliantAttribute(false)>]
type IVsDataExplorerChildNodeCollection =
interface
interface IList<IVsDataExplorerNode>
interface ICollection<IVsDataExplorerNode>
interface IEnumerable<IVsDataExplorerNode>
interface IEnumerable
end
public interface IVsDataExplorerChildNodeCollection extends IList<IVsDataExplorerNode>, ICollection<IVsDataExplorerNode>, IEnumerable<IVsDataExplorerNode>, IEnumerable
IVsDataExplorerChildNodeCollection 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
Count | 取得 ICollection<T> 中所包含的元素數。 (繼承自 ICollection<IVsDataExplorerNode>)。 |
![]() |
IsReadOnly | 取得值,指出 ICollection<T> 是否唯讀。 (繼承自 ICollection<IVsDataExplorerNode>)。 |
![]() |
Item[Int32] | 取得或設定在指定索引的項目。 (繼承自 IList<IVsDataExplorerNode>)。 |
![]() |
Item[String] | 取得具有指定名稱的連接節點在 [伺服器總管] 中。 |
回頁首
方法
回頁首
備註
這個介面表示資料集合隨即出現在 [ Visual Studio 視窗的資料連接節點之下的連接節點。
這個介面會實作為內建 DDEX 服務。