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<String>

一个 ICollection<T> 类型的 String,包含操作部分集合的键。

适用于