Aracılığıyla paylaş


StreamTransferInformation.CloseStream Özellik

Alır veya akış Transferden sonra kapatmak isteyip gösteren bir değeri ayarlar.

Ad alanı:  Microsoft.VisualStudio.TestTools.Execution
Derleme:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: System.Boolean
true Transferden sonra akım kapatmak için; Aksi halde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

StreamTransferInformation Sınıf

Microsoft.VisualStudio.TestTools.Execution Ad Alanı