IConsiderIgnoreFragment.ConsiderIgnoreMessages Property

 

A comma-separated list of messages to be considered or ignored.

Namespace:   Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

string ConsiderIgnoreMessages { get; set; }
property String^ ConsiderIgnoreMessages {
    String^ get();
    void set(String^ value);
}
abstract ConsiderIgnoreMessages : string with get, set
Property ConsiderIgnoreMessages As String

Property Value

Type: System.String

See Also

IConsiderIgnoreFragment Interface
Microsoft.VisualStudio.Uml.Interactions Namespace

Return to top