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

Syntax

'Declaration
Protected ReadOnly Property Values As StandardValuesCollection
protected StandardValuesCollection Values { get; }
protected:
property StandardValuesCollection^ Values {
    StandardValuesCollection^ get ();
}
member Values : StandardValuesCollection with get
function get Values () : StandardValuesCollection

Property Value

Type: 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