DeploymentResult.ErrorText 属性

定义

如果部署操作不成功,则获取错误的扩展错误文本。

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

属性值

String

Platform::String

winrt::hstring

扩展的错误文本。

适用于