Share via


ValidationContextExtensions.LogViolation Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Add a message to the error window flagged as an error.

Namespace:  Microsoft.VisualStudio.Uml.Extensions
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Sub LogViolation ( _
    context As ValidationContext, _
    violationType As ViolationType, _
    description As String, _
    code As String, _
    ParamArray elements As IElement() _
)
'Usage
Dim context As ValidationContext
Dim violationType As ViolationType
Dim description As String
Dim code As String
Dim elements As IElement()

context.LogViolation(violationType, _
    description, code, elements)
public static void LogViolation(
    this ValidationContext context,
    ViolationType violationType,
    string description,
    string code,
    params IElement[] elements
)
[ExtensionAttribute]
public:
static void LogViolation(
    ValidationContext^ context, 
    ViolationType violationType, 
    String^ description, 
    String^ code, 
    ... array<IElement^>^ elements
)
static member LogViolation : 
        context:ValidationContext * 
        violationType:ViolationType * 
        description:string * 
        code:string * 
        elements:IElement[] -> unit 
public static function LogViolation(
    context : ValidationContext, 
    violationType : ViolationType, 
    description : String, 
    code : String, 
    ... elements : IElement[]
)

Parameters

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ValidationContext. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

ValidationContextExtensions Class

ValidationContextExtensions Members

Microsoft.VisualStudio.Uml.Extensions Namespace