GridLength.ToString Méthode

Définition

Retourne une représentation String de GridLength.

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

Retours

String

Représentation String de la structure actuelle GridLength.

Remarques

ce struct représente la projection .net du struct Windows Runtime (WinRT) GridLength . Pour plus d’informations, consultez GridLength dans la référence de l’API UWP.

S’applique à