IVsDataExplorerChildNodeCollection 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
表示子數據總管連接節點的集合。
public interface class IVsDataExplorerChildNodeCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^>
[System.CLSCompliant(false)]
public interface IVsDataExplorerChildNodeCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode>, System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode>
public interface IVsDataExplorerChildNodeCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode>, System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode>
[<System.CLSCompliant(false)>]
type IVsDataExplorerChildNodeCollection = interface
interface IList<IVsDataExplorerNode>
interface ICollection<IVsDataExplorerNode>
interface seq<IVsDataExplorerNode>
interface IEnumerable
type IVsDataExplorerChildNodeCollection = interface
interface IList<IVsDataExplorerNode>
interface ICollection<IVsDataExplorerNode>
interface seq<IVsDataExplorerNode>
interface IEnumerable
Public Interface IVsDataExplorerChildNodeCollection
Implements ICollection(Of IVsDataExplorerNode), IEnumerable(Of IVsDataExplorerNode), IList(Of IVsDataExplorerNode)
- 屬性
- 實作
屬性
| Item[String] |
取得伺服器總管中具有指定名稱的連接節點。 |
方法
| Contains(Int32) |
指出伺服器總管是否包含對應至指定資料物件標識碼的連接節點。 |
| Contains(IVsDataObject) |
指出伺服器總管是否包含對應至指定資料對象的連接節點。 |
| Contains(String) |
指出伺服器總管是否包含對應至指定名稱的連接節點。 |
| Contains(String, Object[]) |
指出伺服器總管是否包含對應至指定型別名稱和標識碼的連接節點。 |
| Find(IVsDataObject) |
擷取指定的連接節點。 |
| Find(String, Object[]) |
擷取對應至指定型別名稱和標識碼的連接節點。 |
| IndexOf(Int32) |
擷取對應至指定資料物件標識碼的連接節點索引。 |
| IndexOf(IVsDataObject) |
擷取對應至指定資料對象的連接節點索引。 |
| IndexOf(String) |
擷取對應至指定名稱的連接節點索引。 |
| IndexOf(String, Object[]) |
擷取對應至指定名稱類型名稱和標識碼的連接節點索引。 |
擴充方法
| EmptyIfNull<T>(IEnumerable<T>) |
如果不是 Null,則傳回這個列舉。 如果是 null,則傳回空列舉。 |