ActivityInfo.ToString Método

Definição

Obtém uma representação de cadeia de caracteres do objeto ActivityInfo.Gets a string representation of the ActivityInfo object.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Retornos

String

O nome da atividade, a ID, a ID da instância e o nome do tipo.The activity name, ID, instance ID and type name.

Aplica-se a