Partilhar via


AccountsSettingsPaneCommandsRequestedEventArgs.HeaderText Propriedade

Definição

Obtém ou define o texto do cabeçalho para o painel de configurações da conta.

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

Valor da propriedade

String

Platform::String

winrt::hstring

O texto do cabeçalho.

Aplica-se a