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!

IDesignerHost.GetBaseComponentClassName

Gets the fully qualified name of the class that is being designed.

[Visual Basic]
Function GetBaseComponentClassName() As String
[C#]
string GetBaseComponentClassName();
[C++]
String* GetBaseComponentClassName() = 0;
[JScript]
function GetBaseComponentClassName() : String;

Return Value

The fully qualified name of the base component class.

Remarks

This class is not available at design time because it is the class being designed, so the class's superclass is substituted. This allows you to get at the fully qualified name of the class that will be used at run time.

See Also

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