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 확인할 이름입니다.

반품

true 지정된 name 스트림이 있으면 이고, false그렇지 않으면 .

적용 대상

추가 정보