FileSavePicker.EnterpriseId プロパティ

定義

ファイルを所有するエンタープライズを指定する ID を取得または設定します。

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

void EnterpriseId(winrt::hstring value);
public string EnterpriseId { get; set; }
var string = fileSavePicker.enterpriseId;
fileSavePicker.enterpriseId = string;
Public Property EnterpriseId As String

プロパティ値

String

Platform::String

winrt::hstring

ファイルを所有するエンタープライズを指定する ID。

適用対象