DelegatingConfigHost.OpenStreamForWrite Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
OpenStreamForWrite(String, String, Object) |
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice. Apre un oggetto Stream per scrivere in un file di configurazione o in un file temporaneo utilizzato per compilazione un file di configurazione. Consente a un oggetto Stream di essere specificato come modello per copiare attributi di file. |
OpenStreamForWrite(String, String, Object, Boolean) |
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice. Apre un oggetto Stream per scrivere in un file di configurazione. Consente a un oggetto Stream di essere specificato come modello per copiare attributi di file. |
OpenStreamForWrite(String, String, Object)
- Source:
- DelegatingConfigHost.cs
- Source:
- DelegatingConfigHost.cs
- Source:
- DelegatingConfigHost.cs
Apre un oggetto Stream per scrivere in un file di configurazione o in un file temporaneo utilizzato per compilazione un file di configurazione. Consente a un oggetto Stream di essere specificato come modello per copiare attributi di file.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
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
Parametri
- streamName
- String
Nome di un oggetto Stream che esegue attività di I/O in un file di configurazione.
- templateStreamName
- String
Nome di un oggetto Stream dal quale copiare gli attributi di file come modello.
Restituisce
Un oggetto Stream.
Implementazioni
Si applica a
OpenStreamForWrite(String, String, Object, Boolean)
- Source:
- DelegatingConfigHost.cs
- Source:
- DelegatingConfigHost.cs
- Source:
- DelegatingConfigHost.cs
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
Parametri
- streamName
- String
Nome di un oggetto Stream che esegue attività di I/O in un file di configurazione.
- templateStreamName
- String
Nome di un oggetto Stream dal quale copiare gli attributi di file come modello.
- writeContext
- Object
Contesto di scrittura dell'oggetto Stream che esegue attività di I/O sul un file di configurazione (passato per riferimento).
- assertPermissions
- Boolean
true
per asserire autorizzazioni; in caso contrario, false
.
Restituisce
Oggetto specificato dal parametro streamName
.