다음을 통해 공유


AccountsSettingsPaneCommandsRequestedEventArgs.HeaderText 속성

정의

계정 설정 창의 머리글 텍스트를 가져오거나 설정합니다.

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

void HeaderText(winrt::hstring value);
public string HeaderText { get; set; }
var string = accountsSettingsPaneCommandsRequestedEventArgs.headerText;
accountsSettingsPaneCommandsRequestedEventArgs.headerText = string;
Public Property HeaderText As String

속성 값

String

Platform::String

winrt::hstring

헤더 텍스트입니다.

적용 대상