PropertyEntry.StandardValues 属性

定义

获取由此 PropertyEntry支持的一组可能值。

public:
 abstract property System::Collections::ICollection ^ StandardValues { System::Collections::ICollection ^ get(); };
public abstract System.Collections.ICollection StandardValues { get; }
member this.StandardValues : System.Collections.ICollection
Public MustOverride ReadOnly Property StandardValues As ICollection

属性值

一个 ICollection 可能的值。

适用于