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!

ValueEditorHost.FindPropertyValue

[To be supplied.]

[Visual Basic]
Overridable Public Function FindPropertyValue( _
   ByVal name As String, _
   ByVal type As Type _
) As Object
[C#]
public virtual object FindPropertyValue(
   string name,
   Type type
);
[C++]
public: virtual Object* FindPropertyValue(
   String* name,
   Type* type
);
[JScript]
public function FindPropertyValue(
   name : String,
   type : Type
) : Object;

Parameters

name
[To be supplied.]
type
[To be supplied.]

See Also

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