IStringable Schnittstelle

Definition

Bietet eine Möglichkeit, das aktuelle Objekt als Zeichenfolge darzustellen.

public interface class IStringable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2520162132, 36534, 18672, 171, 206, 193, 178, 17, 230, 39, 195)]
struct IStringable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
[Windows.Foundation.Metadata.Guid(2520162132, 36534, 18672, 171, 206, 193, 178, 17, 230, 39, 195)]
public interface IStringable
Public Interface IStringable
Abgeleitet
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (eingeführt in v1.0)

Hinweise

Wichtig

Verwaltete Typen sollten die IStringable-Schnittstelle nicht implementieren. Weitere Informationen finden Sie unter Object.ToString-Methode.

Methoden

ToString()

Ruft eine Zeichenfolge ab, die das aktuelle Objekt darstellt.

Gilt für: