다음을 통해 공유


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입니다.

적용 대상