StreamWrapper.Read Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This member overrides Stream.Read(Byte[], Int32, Int32).

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Overrides Function Read ( _
    buffer As Byte(), _
    offset As Integer, _
    count As Integer _
) As Integer
public override int Read(
    byte[] buffer,
    int offset,
    int count
)
public:
virtual int Read(
    array<unsigned char>^ buffer, 
    int offset, 
    int count
) override
abstract Read : 
        buffer:byte[] * 
        offset:int * 
        count:int -> int  
override Read : 
        buffer:byte[] * 
        offset:int * 
        count:int -> int
public override function Read(
    buffer : byte[], 
    offset : int, 
    count : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

StreamWrapper Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace