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

标头文本。

适用于