DataGrid.GetOutputTextDelimiter 方法

定义

当行内容被复制到剪贴板时,获取作为列间的分隔符的字符串。Gets the string that is the delimiter between columns when row contents are copied to the Clipboard.

protected:
 virtual System::String ^ GetOutputTextDelimiter();
protected virtual string GetOutputTextDelimiter ();
abstract member GetOutputTextDelimiter : unit -> string
override this.GetOutputTextDelimiter : unit -> string
Protected Overridable Function GetOutputTextDelimiter () As String

返回

String

字符串值“\t”,表示用于在行中分隔列的制表符。The string value "\t", which represents a tab used to separate columns in a row.

适用于