다음을 통해 공유


DataObjectIdentifierConverter.SplitIntoParts 메서드

식별자의 문자열 버전을 형식의 식별자 부분 집합으로 나눕니다.

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

구문

‘선언
Protected Overridable Function SplitIntoParts ( _
    typeName As String, _
    identifier As String _
) As String()
protected virtual string[] SplitIntoParts(
    string typeName,
    string identifier
)
protected:
virtual array<String^>^ SplitIntoParts(
    String^ typeName, 
    String^ identifier
)
abstract SplitIntoParts : 
        typeName:string * 
        identifier:string -> string[] 
override SplitIntoParts : 
        typeName:string * 
        identifier:string -> string[] 
protected function SplitIntoParts(
    typeName : String, 
    identifier : String
) : String[]

매개 변수

  • typeName
    형식: System.String
    개체 데이터 형식의 이름입니다.
  • identifier
    형식: System.String
    부분적으로 또는 완벽 하 게 서식이 지정 된 식별자입니다.

반환 값

형식: array<System.String[]
서식이 지정 된 식별자 부분 배열을 반환합니다.

예외

예외 조건
ArgumentNullException

typeName 또는 identifier 매개 변수는 null입니다.

설명

문자열 식별자를 전달 되었거나 형식이 잘못 될 수 있습니다. 후자의 경우 메서드 식별자 부분으로 구문 분석할 때 해당 최선을 하려고 시도해 야 합니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

DataObjectIdentifierConverter 클래스

Microsoft.VisualStudio.Data 네임스페이스