PeerObject.ToString 方法

定义

返回表示 PeerObject 实例的 StringReturns a String that represents a PeerObject instance.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

返回

String

表示 PeerObjectStringA String representing the PeerObject.

例外

已释放了 PeerObject 实例。The PeerObject instance has been disposed.

适用于