共用方式為


FileSavePicker.EnterpriseId 屬性

定義

取得或設定識別碼,指定擁有檔案的企業。

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

識別碼,指定擁有檔案的企業。

適用於