DocDataTextReader.Read 方法 (array<Char , Int32, Int32)

设置指定缓冲区的文本在指定的位置。

命名空间:  Microsoft.VisualStudio.Shell.Design.Serialization
程序集:  Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)

语法

声明
Public Overrides Function Read ( _
    buffer As Char(), _
    index As Integer, _
    count As Integer _
) As Integer
public override int Read(
    char[] buffer,
    int index,
    int count
)

参数

  • buffer
    类型:array<System.Char[]
    将填充的字符数组。
  • count
    类型:System.Int32
    的项数。要复制的基础文本的。

返回值

类型:System.Int32
实际读取的字符数。

.NET Framework 安全性

请参见

参考

DocDataTextReader 类

Read 重载

Microsoft.VisualStudio.Shell.Design.Serialization 命名空间