StorageInfo.StreamExists(String) メソッド

定義

指定したストリームが存在しているかどうかを示す値を返します。

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

パラメーター

name
String

確認対象の StreamInfo の名前。

戻り値

指定した name のストリームが存在する場合は true。それ以外の場合は false

適用対象

こちらもご覧ください