BaseChannelObjectWithProperties.Values 属性

定义

获取与信道对象关联的属性值的 ICollection

public:
 virtual property System::Collections::ICollection ^ Values { System::Collections::ICollection ^ get(); };
public virtual System.Collections.ICollection Values { get; }
member this.Values : System.Collections.ICollection
Public Overridable ReadOnly Property Values As ICollection

属性值

与信道对象关联的属性值的 ICollection

实现

适用于