ProjectNode.ErrorString Property

Gets the project's error string.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable ReadOnly Property ErrorString As String
'使用
Dim instance As ProjectNode
Dim value As String

value = instance.ErrorString
public virtual string ErrorString { get; }
public:
virtual property String^ ErrorString {
    String^ get ();
}
public function get ErrorString () : String

Property Value

Type: System.String

When overridden, returns the error string.

Remarks

By default returns the localized value for Error().

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace