VsaItems 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
定義 VsaItem 物件的集合,這些物件可依名稱或索引定址。
public ref class VsaItems : Microsoft::Vsa::IVsaItems, System::Collections::IEnumerable
public class VsaItems : Microsoft.Vsa.IVsaItems, System.Collections.IEnumerable
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
public class VsaItems : Microsoft.Vsa.IVsaItems, System.Collections.IEnumerable
type VsaItems = class
interface IVsaItems
interface IEnumerable
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
type VsaItems = class
interface IVsaItems
interface IEnumerable
Public Class VsaItems
Implements IEnumerable, IVsaItems
- 繼承
-
VsaItems
- 屬性
- 實作
建構函式
VsaItems(IVsaItems) |
已淘汰.
定義 VsaItem 物件的集合,這些物件可依名稱或索引定址。 |
欄位
m_ItemCollection |
已淘汰.
定義 VsaItem 物件的集合,這些物件可依名稱或索引定址。 |
屬性
Count |
已淘汰.
取得指定集合中的項目數。 |
Item[Int32] |
已淘汰.
依索引值從集合中取得項目。 |
Item[String] |
已淘汰.
依名稱從集合中取得項目。 |
方法
AddCodeItemWrapper(IVsaItem) |
已淘汰.
定義 VsaItem 物件的集合,這些物件可依名稱或索引定址。 |
CreateItem(String, VsaItemType, VsaItemFlag) |
已淘汰.
依照 VsaItemType 列舉中所定義,建立其中一個 VsaItemFlag 類型的新執行個體。 |
Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetEnumerator() |
已淘汰.
傳回逐一查看集合的列舉值。 |
GetHashCode() |
已淘汰.
做為預設雜湊函式。 (繼承來源 Object) |
GetItemWrapper(IVsaItem) |
已淘汰.
定義 VsaItem 物件的集合,這些物件可依名稱或索引定址。 |
GetType() |
已淘汰.
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
已淘汰.
建立目前 Object 的淺層複製。 (繼承來源 Object) |
Remove(Int32) |
已淘汰.
依照索引值所指定,從集合中移除項目。 |
Remove(String) |
已淘汰.
依照名稱所指定,從集合中移除項目。 |
ToString() |
已淘汰.
傳回代表目前物件的字串。 (繼承來源 Object) |
擴充方法
Cast<TResult>(IEnumerable) |
已淘汰.
將 IEnumerable 的項目轉換成指定的型別。 |
OfType<TResult>(IEnumerable) |
已淘汰.
根據指定的型別來篩選 IEnumerable 的項目。 |
AsQueryable(IEnumerable) |
已淘汰.
將 IEnumerable 轉換成 IQueryable。 |