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입니다.

적용 대상

추가 정보