ActionMessageFilter.Actions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此 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 对象后,将无法修改返回的只读集合中的操作。