Switch.Description Propriedade

Definição

Obtém uma descrição do comutador.Gets a description of the switch.

public:
 property System::String ^ Description { System::String ^ get(); };
public string Description { get; }
member this.Description : string
Public ReadOnly Property Description As String

Valor da propriedade

String

A descrição do comutador.The description of the switch. O valor padrão é uma cadeia de caracteres vazia ("").The default value is an empty string ("").

Comentários

Essa propriedade deve indicar a função da opção; por exemplo, "habilita o rastreamento para um componente Inspetor de diretório".This property should indicate the function of the switch; for example, "Enables tracing for a directory watcher component." O valor é definido pelo descriptor parâmetro no Switch Construtor.The value is set by the descriptor parameter in the Switch constructor.

Aplica-se a

Confira também