Sdílet prostřednictvím


ActionMessageFilter.Actions Vlastnost

Definice

Získá kopii řetězců akcí jen pro čtení, pro které tento ActionMessageFilter test.

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)

Hodnota vlastnosti

ReadOnlyCollection<String>

Obsahuje ReadOnlyCollection<T> řetězce akcí, pro které se testuje ActionMessageFilter .

Poznámky

Akce v kolekci jen pro čtení nelze po vytvoření instance objektu změnit ActionMessageFilter .

Platí pro