共用方式為


DelegatingConfigHost.OpenStreamForWrite 方法

定義

開啟並傳回 Stream 物件,以便寫入組態檔。 允許 Stream 物件指定為範本,以便複製檔案屬性 (Attribute)。

多載

OpenStreamForWrite(String, String, Object)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

開啟 Stream 物件,以便寫入組態檔,或寫入用於建置組態檔的暫存檔。 允許 Stream 物件指定為範本,以便複製檔案屬性 (Attribute)。

OpenStreamForWrite(String, String, Object, Boolean)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

開啟 Stream 物件,以便寫入組態檔。 允許 Stream 物件指定為範本,以便複製檔案屬性 (Attribute)。

OpenStreamForWrite(String, String, Object)

來源:
DelegatingConfigHost.cs
來源:
DelegatingConfigHost.cs
來源:
DelegatingConfigHost.cs

開啟 Stream 物件,以便寫入組態檔,或寫入用於建置組態檔的暫存檔。 允許 Stream 物件指定為範本,以便複製檔案屬性 (Attribute)。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 virtual System::IO::Stream ^ OpenStreamForWrite(System::String ^ streamName, System::String ^ templateStreamName, System::Object ^ % writeContext);
public virtual System.IO.Stream OpenStreamForWrite (string streamName, string templateStreamName, ref object writeContext);
abstract member OpenStreamForWrite : string * string * obj -> System.IO.Stream
override this.OpenStreamForWrite : string * string * obj -> System.IO.Stream
Public Overridable Function OpenStreamForWrite (streamName As String, templateStreamName As String, ByRef writeContext As Object) As Stream

參數

streamName
String

針對組態檔執行 I/O 工作的 Stream 物件名稱。

templateStreamName
String

從中複製檔案屬性成為範本的 Stream 物件名稱。

writeContext
Object

Stream 物件的寫入內容 (以傳址方式傳遞)。

傳回

Stream 物件。

實作

適用於

OpenStreamForWrite(String, String, Object, Boolean)

來源:
DelegatingConfigHost.cs
來源:
DelegatingConfigHost.cs
來源:
DelegatingConfigHost.cs

開啟 Stream 物件,以便寫入組態檔。 允許 Stream 物件指定為範本,以便複製檔案屬性 (Attribute)。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 virtual System::IO::Stream ^ OpenStreamForWrite(System::String ^ streamName, System::String ^ templateStreamName, System::Object ^ % writeContext, bool assertPermissions);
public virtual System.IO.Stream OpenStreamForWrite (string streamName, string templateStreamName, ref object writeContext, bool assertPermissions);
abstract member OpenStreamForWrite : string * string * obj * bool -> System.IO.Stream
override this.OpenStreamForWrite : string * string * obj * bool -> System.IO.Stream
Public Overridable Function OpenStreamForWrite (streamName As String, templateStreamName As String, ByRef writeContext As Object, assertPermissions As Boolean) As Stream

參數

streamName
String

針對組態檔執行 I/O 工作的 Stream 物件名稱。

templateStreamName
String

從中複製檔案屬性成為範本的 Stream 物件名稱。

writeContext
Object

針對組態檔執行 I/O 工作 (以傳址方式傳遞) 之 Stream 物件的寫入內容。

assertPermissions
Boolean

若要判斷提示使用權限,則為 true,否則為 false

傳回

streamName 參數所指定的物件。

實作

適用於