StorageProviderStatusUI.ProviderStateLabel 속성

정의

공급자가 현재 폴더를 백업할 때 파일 탐색기의 명령 모음 영역에 표시되는 레이블입니다.

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

void ProviderStateLabel(winrt::hstring value);
public string ProviderStateLabel { get; set; }
var string = storageProviderStatusUI.providerStateLabel;
storageProviderStatusUI.providerStateLabel = string;
Public Property ProviderStateLabel As String

속성 값

String

Platform::String

winrt::hstring

설명

이 속성이 없는 경우 Windows에서 기본 문자열을 사용할 수 있습니다.

적용 대상

추가 정보