StorageInfo.StreamExists(String) Metodo

Definizione

Restituisce un valore che indica se un flusso specificato esiste.

public:
 bool StreamExists(System::String ^ name);
public bool StreamExists (string name);
member this.StreamExists : string -> bool
Public Function StreamExists (name As String) As Boolean

Parametri

name
String

Il valore del parametro StreamInfo figlio da controllare.

Restituisce

true se un flusso con name specificato è presente nell'insieme; in caso contrario, false.

Si applica a

Vedi anche