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

適用対象