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 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.