ApplicationDataCompositeValue.Lookup(String) メソッド

定義

指定したアプリケーション設定を取得します。

public:
 virtual Platform::Object ^ Lookup(Platform::String ^ key) = IMap<Platform::String ^, Platform::Object ^>::Lookup;
IInspectable Lookup(winrt::hstring const& key);
public object Lookup(string key);
function lookup(key)
Public Function Lookup (key As String) As Object

パラメーター

key
String

Platform::String

winrt::hstring

設定のキー。

戻り値

Object

Platform::Object

IInspectable

指定したキーを持つ項目が存在する場合の値。 HasKey メソッドを使用して、キーが存在するかどうかを確認します。

実装

適用対象