VsaItems クラス

定義

注意事項

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)
古い.

VsaItemFlag列挙型で定義されているように、VsaItemType型の 1 つの新しいインスタンスを作成します。

Equals(Object)
古い.

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetEnumerator()
古い.

コレクションを反復処理する列挙子を返します。

GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetItemWrapper(IVsaItem)
古い.

名前またはインデックスでアドレス指定できる VsaItem オブジェクトのコレクションを定義します。

GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
Remove(Int32)
古い.

インデックス値で指定されているように、コレクションから項目を削除します。

Remove(String)
古い.

名前で指定されたコレクションから項目を削除します。

ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

拡張メソッド

名前 説明
AsQueryable(IEnumerable)
古い.

IEnumerableIQueryableに変換します。

Cast<TResult>(IEnumerable)
古い.

IEnumerable の要素を指定した型にキャストします。

OfType<TResult>(IEnumerable)
古い.

指定した型に基づいて、IEnumerable の要素をフィルター処理します。

適用対象