Share via


AccountsSettingsPaneCommandsRequestedEventArgs.HeaderText Propiedad

Definición

Obtiene o establece el texto del encabezado del panel de configuración de la cuenta.

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 de propiedad

String

Platform::String

winrt::hstring

Texto del encabezado.

Se aplica a