IDebuggerObject.HasEnumerableMember(String) 메서드

정의

클래스에서 구현되는 경우 현재 개체에 지정된 이름이 있고 열거 가능한 멤버가 있는지 여부를 확인합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 bool HasEnumerableMember(System::String ^ name);
public bool HasEnumerableMember(string name);
abstract member HasEnumerableMember : string -> bool
Public Function HasEnumerableMember (name As String) As Boolean

매개 변수

name
String

검색할 멤버의 이름입니다.

반품

true 현재 개체에 열거 가능한 멤버가 있으면 이 name고, false그렇지 않으면 .

적용 대상

추가 정보