Component.ToString 方法
定义
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
返回
包含 Component 的名称的 String(如果有);如果 Component 未命名,则为 null
。A String containing the name of the Component, if any, or null
if the Component is unnamed.
注解
Component可能有也可能没有名称。A Component may or may not have a name. 如果为指定了名称, 则该名称在其IContainer内的Component其他对象中是唯一的。 ComponentIf a Component is given a name, the name is unique among other Component objects within its IContainer.
存储的名称Component。 ISiteThe ISite stores the name of the Component. ISite IContainer如果已将添加到, 则只能具有一个, 并将IContainer分配ISite给它。 ComponentA Component can only have an ISite if it has been added to an IContainer and the IContainer assigns an ISite to it.