共用方式為


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<String>

ReadOnlyCollection<T>,其中包含這個 ActionMessageFilter 所測試的動作字串。

備註

所傳回唯讀集合中的動作無法在 ActionMessageFilter 物件產生之後進行修改。

適用於