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] |
古い.
名前でコレクションから項目を取得します。 |
Create |
古い.
IJSVsaItem 列挙体で定義されている JSVsaItemType 型のいずれかの新しいインスタンスを作成します。 |
Get |
古い.
コレクションを反復処理する列挙子を返します。 (継承元 IEnumerable) |
Remove(Int32) |
古い.
インデックス値を指定して、コレクションから項目を削除します。 |
Remove(String) |
古い.
名前を指定して、コレクションから項目を削除します。 |
Cast<TResult>(IEnumerable) |
古い.
IEnumerable の要素を、指定した型にキャストします。 |
Of |
古い.
指定された型に基づいて IEnumerable の要素をフィルター処理します。 |
As |
古い.
クエリの並列化を有効にします。 |
As |
古い.
IEnumerable を IQueryable に変換します。 |
製品 | バージョン (廃止) |
---|---|
.NET Framework | (4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1) |
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。