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
'Declaration
Property ConsiderIgnoreMessages As String
string ConsiderIgnoreMessages { get; set; }
property String^ ConsiderIgnoreMessages {
String^ get ();
void set (String^ value);
}
abstract ConsiderIgnoreMessages : string with get, set
function get ConsiderIgnoreMessages () : String
function set ConsiderIgnoreMessages (value : String)
Property Value
Type: System.String
.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.