Aracılığıyla paylaş


ActionMessageFilter.Actions Özellik

Tanım

Bu ActionMessageFilter testin sınandığı eylem dizelerinin salt okunur bir kopyasını alır.

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)

Özellik Değeri

Bu ReadOnlyCollection<T>ActionMessageFilter testin test ettiği eylem dizelerini içeren.

Açıklamalar

Döndürülen salt okunur koleksiyondaki eylemler, nesne örneği oluşturulduktan sonra ActionMessageFilter değiştirilemez.

Şunlara uygulanır