RepeatBehavior.ToString 方法
定义
重载
| ToString() |
返回此 RepeatBehavior 的字符串表示形式。Returns a string representation of this RepeatBehavior. |
| ToString(IFormatProvider) |
使用指定的格式返回 RepeatBehavior 的字符串表示形式。Returns a string representation of this RepeatBehavior with the specified format. |
注解
此结构表示 Windows 运行时 (WinRT) 结构的 .NET 投影 RepeatBehavior 。This struct represents the .NET projection of the Windows Runtime (WinRT) RepeatBehavior struct. 有关详细信息,请参阅 UWP API 参考中的 system.windows.media.animation.timeline.repeatbehavior 。For more information, see RepeatBehavior in the UWP API reference.
ToString()
返回此 RepeatBehavior 的字符串表示形式。Returns a string representation of this RepeatBehavior.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
返回
此 RepeatBehavior 的字符串表示形式。A string representation of this RepeatBehavior.
适用于
ToString(IFormatProvider)
使用指定的格式返回 RepeatBehavior 的字符串表示形式。Returns a string representation of this RepeatBehavior with the specified format.
public:
System::String ^ ToString(IFormatProvider ^ formatProvider);
public string ToString (IFormatProvider formatProvider);
override this.ToString : IFormatProvider -> string
Public Function ToString (formatProvider As IFormatProvider) As String
参数
- formatProvider
- IFormatProvider
用于构造返回值的格式。The format used to construct the return value.
返回
此 RepeatBehavior 的字符串表示形式。A string representation of this RepeatBehavior.