NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ValidatedControlConverter.GetStandardValues

Returns a collection of standard values retrieved from the context specified by the specified type descriptor.

[Visual Basic]
Overrides Public Function GetStandardValues( _
   ByVal context As ITypeDescriptorContext _
) As StandardValuesCollection
[C#]
public override StandardValuesCollection GetStandardValues(
   ITypeDescriptorContext context
);
[C++]
public: override StandardValuesCollection* GetStandardValues(
   ITypeDescriptorContext* context
);
[JScript]
public override function GetStandardValues(
   context : ITypeDescriptorContext
) : StandardValuesCollection;

Parameters

context
A type descriptor that specifies the location of the context to convert from.

Return Value

A StandardValuesCollection that represents the standard values collected from the specified context.

See Also

ValidatedControlConverter Class | ValidatedControlConverter Members | System.Web.UI.WebControls Namespace