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!

ValueEditorConverter.GetProperties

[To be supplied.]

[Visual Basic]
Overrides Public Function GetProperties( _
   ByVal context As ITypeDescriptorContext, _
   ByVal value As Object, _
   ByVal attributes() As MemberAttribute _
) As PropertyDescriptorCollection
[C#]
public override PropertyDescriptorCollection GetProperties(
   ITypeDescriptorContext context,
   object value,
   MemberAttribute[] attributes
);
[C++]
public: override PropertyDescriptorCollection* GetProperties(
   ITypeDescriptorContext* context,
   Object* value,
   MemberAttribute* attributes[]
);
[JScript]
public override function GetProperties(
   context : ITypeDescriptorContext,
   value : Object,
   attributes : MemberAttribute[]
) : PropertyDescriptorCollection;

Parameters

context
[To be supplied.]
value
[To be supplied.]
attributes
[To be supplied.]

See Also

ValueEditorConverter Class | ValueEditorConverter Members | System.ComponentModel.Design Namespace