Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of error to use.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Property ErrorType As String
public string ErrorType { get; private set; }
public:
virtual property String^ ErrorType {
String^ get () sealed;
private: void set (String^ value) sealed;
}
abstract ErrorType : string with get, private set
override ErrorType : string with get, private set
final function get ErrorType () : String
private final function set ErrorType (value : String)
Property Value
Type: System.String
The type of error to use.
Implements
.NET Framework Security
- 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.