LaunchUriResult.Result プロパティ

定義

Uri の起動の結果を取得します。

public:
 property ValueSet ^ Result { ValueSet ^ get(); };
ValueSet Result();
public ValueSet Result { get; }
var valueSet = launchUriResult.result;
Public ReadOnly Property Result As ValueSet

プロパティ値

Uri の起動の結果。

適用対象