IConsiderIgnoreFragment.ConsiderIgnoreMessages 属性

要考虑或忽略的消息的以逗号分隔的列表。

命名空间:  Microsoft.VisualStudio.Uml.Interactions
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
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)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

IConsiderIgnoreFragment 接口

Microsoft.VisualStudio.Uml.Interactions 命名空间