다음을 통해 공유


DataViewDocumentProvider.FindNode 메서드

데이터 뷰에서 지정한 문서 모니커에 해당 노드를 검색 합니다. 필요에 따라 아직 확장 되어 있지 않은 자식 노드를 검색 합니다.

네임스페이스:  Microsoft.VisualStudio.Data.Framework
어셈블리:  Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.dll)

구문

‘선언
Public Overridable Function FindNode ( _
    documentMoniker As String, _
    searchUnpopulatedChildren As Boolean _
) As Integer
public virtual int FindNode(
    string documentMoniker,
    bool searchUnpopulatedChildren
)
public:
virtual int FindNode(
    String^ documentMoniker, 
    bool searchUnpopulatedChildren
)
abstract FindNode : 
        documentMoniker:string * 
        searchUnpopulatedChildren:bool -> int  
override FindNode : 
        documentMoniker:string * 
        searchUnpopulatedChildren:bool -> int
public function FindNode(
    documentMoniker : String, 
    searchUnpopulatedChildren : boolean
) : int

매개 변수

  • documentMoniker
    형식: String

    문서 모니커입니다.

  • searchUnpopulatedChildren
    형식: Boolean

    아직 확장 되지 않은 자식 노드를 검색할 것인지 지정 (true), 또는 (false).

반환 값

형식: Int32
노드가 발견 되지 않으면 데이터 보기 또는-1에서 지정 된 노드를 식별 하는 정수 값입니다.

구현

IVsDataViewDocumentProvider.FindNode(String, Boolean)

설명

상속자 참고 사항

파생된 클래스는이 메서드를 재정의 해야 합니다.

.NET Framework 보안

참고 항목

참조

DataViewDocumentProvider 클래스

Microsoft.VisualStudio.Data.Framework 네임스페이스