IVsDataExplorerChildNodeCollection 介面
表示連接的 [伺服器總管] 節點之物件的集合 Visual Studio的。
此應用程式開發介面不符合 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 中所包含的元素數。 (繼承自 ICollection<IVsDataExplorerNode>)。 |
![]() |
IsReadOnly | 取得值,指出 ICollection 是否唯讀。 (繼承自 ICollection<IVsDataExplorerNode>)。 |
![]() |
Item(Int32) | 取得或設定指定之索引處的項目。 (繼承自 IList<IVsDataExplorerNode>)。 |
![]() |
Item[String] | 取得具有指定名稱的連接節點在 [伺服器總管] 中。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
![]() |
Add | 將項目加入至 ICollection。 (繼承自 ICollection<IVsDataExplorerNode>)。 |
![]() |
Clear | 將所有項目從 ICollection 移除。 (繼承自 ICollection<IVsDataExplorerNode>)。 |
![]() |
Contains(Int32) | 指示伺服器總管連接節點是否包含與指定的資料物件識別項對應。 |
![]() |
Contains(String) | 指示伺服器總管連接節點是否包含具有指定名稱的。 |
![]() |
Contains(UTP) | 判斷 ICollection 是否包含特定值。 (繼承自 ICollection<IVsDataExplorerNode>)。 |
![]() |
Contains(IVsDataObject) | 指示伺服器總管連接節點是否包含與指定之資料物件的。 |
![]() |
Contains(String, array<Object[]) | 指示伺服器總管連接節點是否包含具有指定之型別名稱和識別項對應。 |
![]() |
CopyTo | 從特定的 Array 索引開始,複製 ICollection 項目至 Array。 (繼承自 ICollection<IVsDataExplorerNode>)。 |
![]() |
Find(IVsDataObject) | 擷取指定的連接節點。 |
![]() |
Find(String, array<Object[]) | 擷取連接節點具有指定型別名稱和識別項對應。 |
![]() |
GetEnumerator | 傳回逐一查看集合的列舉值。 (繼承自 IEnumerable<IVsDataExplorerNode>)。 |
![]() |
IndexOf(Int32) | 擷取連接節點的索引以指定的資料物件識別項對應。 |
![]() |
IndexOf(String) | 擷取連接節點的索引具有指定名稱的。 |
![]() |
IndexOf(UTP) | 判斷 IList 中特定項目的索引。 (繼承自 IList<IVsDataExplorerNode>)。 |
![]() |
IndexOf(IVsDataObject) | 擷取連接節點中具有指定索引鍵的之資料物件的。 |
![]() |
IndexOf(String, array<Object[]) | 擷取連接節點的索引具有指定名稱的型別名稱和識別項對應。 |
![]() |
Insert | 將項目插入位於指定索引的 IList。 (繼承自 IList<IVsDataExplorerNode>)。 |
![]() |
Remove | 從 ICollection 移除特定物件的第一個相符項目。 (繼承自 ICollection<IVsDataExplorerNode>)。 |
![]() |
RemoveAt | 移除指定之索引處的 IList 項目。 (繼承自 IList<IVsDataExplorerNode>)。 |
回頁首
備註
這個介面表示資料集合隨即出現在 [ Visual Studio 視窗的資料連接節點之下的連接節點。
這個介面會實作為內建 DDEX 服務。