Share via


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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Protected ReadOnly Property Values As TypeConverter.StandardValuesCollection
'Usage
Dim value As TypeConverter.StandardValuesCollection 

value = Me.Values
protected TypeConverter.StandardValuesCollection Values { get; }
protected:
property TypeConverter.StandardValuesCollection^ Values {
    TypeConverter.StandardValuesCollection^ get ();
}
protected 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

ModelingEnumerationConverter Members

Microsoft.VisualStudio.Modeling.Design Namespace

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.