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!

NameEditor.GetValueFromText

[To be supplied.]

[Visual Basic]
Overrides Public Function GetValueFromText( _
   ByVal text As String _
) As Object
[C#]
public override object GetValueFromText(
   string text
);
[C++]
public: override Object* GetValueFromText(
   String* text
);
[JScript]
public override function GetValueFromText(
   text : String
) : Object;

Parameters

text
[To be supplied.]

See Also

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