PhysicalFileResultExecutor.GetFileStream(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
This API is no longer called.
已過時。 此 API 已不再呼叫。
protected:
virtual System::IO::Stream ^ GetFileStream(System::String ^ path);
protected virtual System.IO.Stream GetFileStream (string path);
[System.Obsolete("This API is no longer called.")]
protected virtual System.IO.Stream GetFileStream (string path);
abstract member GetFileStream : string -> System.IO.Stream
override this.GetFileStream : string -> System.IO.Stream
[<System.Obsolete("This API is no longer called.")>]
abstract member GetFileStream : string -> System.IO.Stream
override this.GetFileStream : string -> System.IO.Stream
Protected Overridable Function GetFileStream (path As String) As Stream
參數
- path
- String
傳回
- 屬性