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 に変換します。 |
適用対象
.NET