次の方法で共有


IndexedResourceCandidate クラス

定義

特定のリソースに使用できる 1 つの値と、そのリソースに関連付けられている修飾子を表します。

重要

このクラスは UWP アプリでは使用できません。

public ref class IndexedResourceCandidate sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Resources.Management.ResourceIndexerContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class IndexedResourceCandidate final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Resources.Management.ResourceIndexerContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class IndexedResourceCandidate
Public NotInheritable Class IndexedResourceCandidate
継承
Object Platform::Object IInspectable IndexedResourceCandidate
属性

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.10240.0 で導入)
API contract
Windows.ApplicationModel.Resources.Management.ResourceIndexerContract (v1.0 で導入)

プロパティ

Metadata

メタデータ名の値ペアの一覧を取得します。

Qualifiers

IndexedResourceQualifier の一覧を取得します。

Type

リソースがファイルか文字列かを決定する type プロパティを取得します。

Uri

名前付きリソース URI を取得します

ValueAsString

候補の値を String として取得 します

メソッド

GetQualifierValue(String)

名前を指定して、修飾子の値を返します。

適用対象