CharacterBufferRange.Empty 属性

定义

获取一个空的字符串。

public:
 static property System::Windows::Media::TextFormatting::CharacterBufferRange Empty { System::Windows::Media::TextFormatting::CharacterBufferRange get(); };
public static System.Windows.Media.TextFormatting.CharacterBufferRange Empty { get; }
static member Empty : System.Windows.Media.TextFormatting.CharacterBufferRange
Public Shared ReadOnly Property Empty As CharacterBufferRange

属性值

一个 CharacterBufferRange 对象,其 Length 等于 0。

适用于