DashStyleTypeConverter.GetStandardValues Method (ITypeDescriptorContext)
This member overrides EnumConverter.GetStandardValues(ITypeDescriptorContext).
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public Overrides Function GetStandardValues ( _
context As ITypeDescriptorContext _
) As TypeConverter.StandardValuesCollection
public override TypeConverter.StandardValuesCollection GetStandardValues(
ITypeDescriptorContext context
)
public:
virtual TypeConverter::StandardValuesCollection^ GetStandardValues(
ITypeDescriptorContext^ context
) override
abstract GetStandardValues :
context:ITypeDescriptorContext -> TypeConverter.StandardValuesCollection
override GetStandardValues :
context:ITypeDescriptorContext -> TypeConverter.StandardValuesCollection
public override function GetStandardValues(
context : ITypeDescriptorContext
) : TypeConverter.StandardValuesCollection
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
Return Value
Type: System.ComponentModel.TypeConverter.StandardValuesCollection
.NET Framework Security
- 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.