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!

IEditorSite.GetValueType

Gets the type of the values being edited.

[Visual Basic]
Function GetValueType() As Type
[C#]
Type GetValueType();
[C++]
Type* GetValueType() = 0;
[JScript]
function GetValueType() : Type;

Return Value

The type of the values being edited.

See Also

IEditorSite Interface | IEditorSite Members | System.ComponentModel.Design Namespace