Namespace:
System.ComponentModel
Assembly: System (in System.dll)
Syntax
A String containing the name of the Component, if any.
if the Component is unnamed.
Public Overrides Function ToString As [%$TOPIC/t7k4xfbd_en-us_VS_110_3_0_0_0_0%]
public override [%$TOPIC/t7k4xfbd_en-us_VS_110_3_0_1_0_0%] ToString()
public:
virtual [%$TOPIC/t7k4xfbd_en-us_VS_110_3_0_2_0_0%]^ ToString() override
abstract ToString : unit -> [%$TOPIC/t7k4xfbd_en-us_VS_110_3_0_3_0_0%]
override ToString : unit -> [%$TOPIC/t7k4xfbd_en-us_VS_110_3_0_3_0_1%]
Return Value
Type: SystemStringA String containing the name of the Component, if any.
if the Component is unnamed.
Remarks
A Component may or may not have a name. If a Component is given a name, the name is unique among other Component objects within its IContainer.
The ISite stores the Component's name. A Component can only have a ISite if it has been added to an IContainer and the IContainer assigns an ISite to it.
Platforms
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.