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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.