COMCharStream.SetLength(Int64) 方法
定义
设置流的长度。Sets the length of the stream.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
override void SetLength(long value);
public override void SetLength (long value);
override this.SetLength : int64 -> unit
Public Overrides Sub SetLength (value As Long)
参数
- value
- Int64
流的新长度。The new length of the stream.