IVsaItems インターフェイス

定義

注意事項

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.

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

public interface class IVsaItems : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaItems : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[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 interface IVsaItems : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaItems = interface
    interface IEnumerable
[<System.Runtime.InteropServices.Guid("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<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 IVsaItems = interface
    interface IEnumerable
Public Interface IVsaItems
Implements IEnumerable
派生
属性
実装

プロパティ

名前 説明
Count
古い.

指定したコレクション内の項目の数を取得します。

Item[Int32]
古い.

インデックス値でコレクションから項目を取得します。

Item[String]
古い.

名前でコレクションから項目を取得します。

メソッド

名前 説明
CreateItem(String, VsaItemType, VsaItemFlag)
古い.

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

GetEnumerator()
古い.

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

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

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

Remove(String)
古い.

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

拡張メソッド

名前 説明
AsQueryable(IEnumerable)
古い.

IEnumerableIQueryableに変換します。

Cast<TResult>(IEnumerable)
古い.

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

OfType<TResult>(IEnumerable)
古い.

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

適用対象