IJSVsaItems インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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.
名前またはインデックスでアドレス指定できる IJSVsaItem オブジェクトのコレクション用インターフェイスを定義します。
public interface class IJSVsaItems : 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.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("172341E0-9B0D-43E6-9EFF-75E030A46461")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaItems : 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.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("172341E0-9B0D-43E6-9EFF-75E030A46461")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaItems = interface
interface IEnumerable
Public Interface IJSVsaItems
Implements IEnumerable
- 派生
- 属性
- 実装
プロパティ
Count |
古い.
指定したコレクション内の項目数を取得します。 |
Item[Int32] |
古い.
インデックス値でコレクションから項目を取得します。 |
Item[String] |
古い.
名前でコレクションから項目を取得します。 |
メソッド
CreateItem(String, JSVsaItemType, JSVsaItemFlag) |
古い.
IJSVsaItem 列挙体で定義されている JSVsaItemType 型のいずれかの新しいインスタンスを作成します。 |
GetEnumerator() |
古い.
コレクションを反復処理する列挙子を返します。 (継承元 IEnumerable) |
Remove(Int32) |
古い.
インデックス値を指定して、コレクションから項目を削除します。 |
Remove(String) |
古い.
名前を指定して、コレクションから項目を削除します。 |
拡張メソッド
Cast<TResult>(IEnumerable) |
古い.
IEnumerable の要素を、指定した型にキャストします。 |
OfType<TResult>(IEnumerable) |
古い.
指定された型に基づいて IEnumerable の要素をフィルター処理します。 |
AsParallel(IEnumerable) |
古い.
クエリの並列化を有効にします。 |
AsQueryable(IEnumerable) |
古い.
IEnumerable を IQueryable に変換します。 |
適用対象
.NET