ActionMessageFilter.Actions 属性

定义

获取此 ActionMessageFilter 测试的操作字符串的只读副本。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ Actions { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> Actions { get; }
member this.Actions : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property Actions As ReadOnlyCollection(Of String)

属性值

包含此 ReadOnlyCollection<T> 测试的操作字符串的 ActionMessageFilter

注解

实例化 ActionMessageFilter 对象后,将无法修改返回的只读集合中的操作。

适用于