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

可能值的 ICollection

适用于