Activity.ToString Método
Definição
Fornece uma cadeia de caracteres que representa essa instância.Provides a string that represents this instance.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Retornos
Esta instância.This instance.
Comentários
A cadeia de caracteres retornada é uma combinação de QualifiedName e do FullName tipo dessa instância.The string returned is a combination of the QualifiedName and the FullName of the type of this instance.