ResourceContextLanguagesVectorView クラス

定義

ResourceContext 言語修飾子のコレクションを表します。

public ref class ResourceContextLanguagesVectorView sealed : IIterable<Platform::String ^>, IVectorView<Platform::String ^>
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ResourceContextLanguagesVectorView final : IIterable<winrt::hstring>, IVectorView<winrt::hstring>
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ResourceContextLanguagesVectorView : IEnumerable<string>, IReadOnlyList<string>
Public NotInheritable Class ResourceContextLanguagesVectorView
Implements IEnumerable(Of String), IReadOnlyList(Of String)
継承
Object Platform::Object IInspectable ResourceContextLanguagesVectorView
属性
実装
IEnumerable<String> IIterable<Platform::String> IIterable<winrt::hstring> IIterable<T> IEnumerable<T> IReadOnlyList<String> IVectorView<Platform::String> IVectorView<winrt::hstring>

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

コレクション メンバー リスト

JavaScript の場合、ResourceContextLanguagesVectorView にはメンバーリストにメンバーが表示されます。 さらに、ResourceContextLanguagesVectorView では、 length プロパティ、 Array.prototype のメンバー、およびインデックスを使用して項目にアクセスできます。

C# または Microsoft Visual Basic でのコレクションの列挙

ResourceContextLanguagesVectorView は列挙可能であるため、C# の foreach などの言語固有の構文を使用してコレクション内の項目を列挙できます。 コンパイラは型キャストを行います。明示的に キャストする IEnumerable<String> 必要はありません。 GetEnumerator を呼び出す場合など、明示的にキャストする必要がある場合は、String 制約を使用して IEnumerable<T> にキャストします。

プロパティ

Size

セット内の ResourceContext 言語修飾子の数を取得します。

メソッド

First()

ResourceContext 言語修飾子のセット内の項目を列挙する反復子を返します。

GetAt(UInt32)

セット内の指定したインデックス位置にある ResourceContext 言語修飾子を返します。

GetMany(UInt32, String[])

セット内の指定したインデックスから始まる ResourceContext 言語修飾子を返します。

IndexOf(String, UInt32)

セット内の指定した ResourceContext 言語修飾子のインデックスを返します。

適用対象