ErrorTag::ErrorType Property

 

Gets the type of error to use.

Namespace:   Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
property String^ ErrorType {
	[CompilerGeneratedAttribute]
	virtual String^ get() sealed;
	[CompilerGeneratedAttribute]
	private: virtual void set(String^ value) sealed;
}

Property Value

Type: System::String^

The type of error to use.

Return to top
Show: