次の方法で共有


ModelingEnumerationConverter.Values Property

Gets a collection of the values of the constants in the enumeration.

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'宣言
Protected ReadOnly Property Values As TypeConverter..::..StandardValuesCollection
    Get
protected TypeConverter..::..StandardValuesCollection Values { get; }
protected:
property TypeConverter..::..StandardValuesCollection^ Values {
    TypeConverter..::..StandardValuesCollection^ get ();
}
member Values : TypeConverter..::..StandardValuesCollection
function get Values () : TypeConverter..::..StandardValuesCollection

Property Value

Type: System.ComponentModel.TypeConverter.StandardValuesCollection
A collection of the values of the constants in the enumeration.

Remarks

Notes to Inheritors

This property returns nulla null reference (Nothing in Visual Basic) until the GetStandardValues method is called.

.NET Framework Security

See Also

Reference

ModelingEnumerationConverter Class

Microsoft.VisualStudio.Modeling.Design Namespace