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 オブジェクトがインスタンス化された後、返される読み取り専用コレクション内のアクションを変更することはできません。

適用対象