Debugger.DefaultCategory Campo

Definição

Representa a categoria padrão da mensagem com uma constante.Represents the default category of message with a constant.

public: static initonly System::String ^ DefaultCategory;
public static readonly string? DefaultCategory;
public static readonly string DefaultCategory;
 staticval mutable DefaultCategory : string
Public Shared ReadOnly DefaultCategory As String 

Valor do campo

String

Comentários

O valor dessa constante padrão é null .The value of this default constant is null. DefaultCategory é usado pelo Log.DefaultCategory is used by Log.

Aplica-se a