Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Protected ReadOnly Property Values As TypeConverter..::.StandardValuesCollection
'使用
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
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ModelingEnumerationConverter Class