Udostępnij za pośrednictwem


Właściwość StreamTransferInformation.CloseStream —

Zwraca lub ustawia wartość, która wskazuje, czy po przeniesieniu należy zamknąć strumień.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Execution
Zestaw:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (w Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Składnia

'Deklaracja
Public Property CloseStream As Boolean
public bool CloseStream { get; private set; }
public:
property bool CloseStream {
    bool get ();
    private: void set (bool value);
}
member CloseStream : bool with get, private set
function get CloseStream () : boolean
private function set CloseStream (value : boolean)

Wartość właściwości

Typ: System.Boolean
true Aby zamknąć strumień po dokonaniu transferu; w przeciwnym razie false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

StreamTransferInformation Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Execution