ActionMessageFilter.Actions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個 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 物件產生之後進行修改。