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!

TypeDescriptor.GetComponentName

Gets the name of the class for the specified component.

Overload List

The name of the class for the specified component.

[Visual Basic] Overloads Public Shared Function GetComponentName(Object) As String
[C#] public static string GetComponentName(Object);
[C++] public: static String* GetComponentName(Object*);
[JScript] public static function GetComponentName(Object) : String;

Gets the name of the class for the specified component.

[Visual Basic] Overloads Public Shared Function GetComponentName(Object, Boolean) As String
[C#] public static string GetComponentName(Object, bool);
[C++] public: static String* GetComponentName(Object*, bool);
[JScript] public static function GetComponentName(Object, Boolean) : String;

See Also

TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace