IVsDataExplorerChildNodeCollection.IndexOf 메서드 (String)

지정 된 이름에 해당 하는 연결 노드의 인덱스를 검색 합니다.

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

구문

‘선언
Function IndexOf ( _
    name As String _
) As Integer
int IndexOf(
    string name
)
int IndexOf(
    String^ name
)
abstract IndexOf : 
        name:string -> int
function IndexOf(
    name : String
) : int

매개 변수

  • name
    형식: String

    인덱스를 가져올 연결 노드의 이름입니다.

반환 값

형식: Int32
인덱스 서버 탐색기에서 연결 노드를 경우-1입니다. 그렇지 않으면-1입니다.

.NET Framework 보안

참고 항목

참조

IVsDataExplorerChildNodeCollection 인터페이스

IndexOf 오버로드

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