Compartir a través de


DeploymentResult.ErrorText Propiedad

Definición

Obtiene texto de error extendido para el error si la operación de implementación no se realiza correctamente.

public:
 property Platform::String ^ ErrorText { Platform::String ^ get(); };
winrt::hstring ErrorText();
public string ErrorText { get; }
var string = deploymentResult.errorText;
Public ReadOnly Property ErrorText As String

Valor de propiedad

String

Platform::String

winrt::hstring

Texto de error extendido.

Se aplica a