IVsDataViewDocumentProvider.FindNode 메서드

클래스에서 구현할 때 지정한 문서 모니커에 해당 데이터 보기에서 노드를 검색 합니다. 필요에 따라 아직 확장 되어 있지 않은 자식 노드를 검색 합니다.

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

구문

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

매개 변수

  • documentMoniker
    형식: String

    문서 모니커입니다.

  • searchUnpopulatedChildren
    형식: Boolean

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

반환 값

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

.NET Framework 보안

참고 항목

참조

IVsDataViewDocumentProvider 인터페이스

Microsoft.VisualStudio.Data.Services.SupportEntities 네임스페이스