共用方式為


ScopedMessagePartSpecification.Actions 屬性

定義

取得動作索引鍵的集合。

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ Actions { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> Actions { get; }
member this.Actions : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Actions As ICollection(Of String)

屬性值

型別為 ICollection<T>String,其中包含動作部分集合的索引鍵。

適用於