共用方式為


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

擴充的錯誤文字。

適用於