Dela via


IMarkupErrorMessage.Category Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets whether the error message category is a warning, error, or message.

Namespace:  Microsoft.Windows.Design.Documents
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
ReadOnly Property Category As MarkupErrorMessageCategory
'Usage
Dim instance As IMarkupErrorMessage 
Dim value As MarkupErrorMessageCategory 

value = instance.Category
MarkupErrorMessageCategory Category { get; }
property MarkupErrorMessageCategory Category {
    MarkupErrorMessageCategory get ();
}
function get Category () : MarkupErrorMessageCategory

Property Value

Type: Microsoft.Windows.Design.Documents.MarkupErrorMessageCategory

.NET Framework Security

See Also

Reference

IMarkupErrorMessage Interface

IMarkupErrorMessage Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility