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

適用対象