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

实现

适用于