次の方法で共有


MdmAlert.Source プロパティ

定義

アラートのソースへのローカル URI パス。

public:
 property Platform::String ^ Source { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Source();

void Source(winrt::hstring value);
public string Source { get; set; }
var string = mdmAlert.source;
mdmAlert.source = string;
Public Property Source As String

プロパティ値

String

Platform::String

winrt::hstring

URI パスの文字列値。

注釈

これは省略可能なプロパティです。

適用対象