Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.
See Also
Reference
Microsoft.Windows.Design.Documents Namespace