次の方法で共有


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 オブジェクトがインスタンス化された後では変更できません。

適用対象