다음을 통해 공유


DataObjectIdentifierConverter.UnformatPart 메서드

주어진된 식별자 부분에 적용 된 서식을 제거 합니다.

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

구문

‘선언
Protected Overridable Function UnformatPart ( _
    typeName As String, _
    identifierPart As String _
) As Object
protected virtual Object UnformatPart(
    string typeName,
    string identifierPart
)
protected:
virtual Object^ UnformatPart(
    String^ typeName, 
    String^ identifierPart
)
abstract UnformatPart : 
        typeName:string * 
        identifierPart:string -> Object  
override UnformatPart : 
        typeName:string * 
        identifierPart:string -> Object
protected function UnformatPart(
    typeName : String, 
    identifierPart : String
) : Object

매개 변수

  • typeName
    형식: String

    개체 데이터 형식의 이름입니다.

  • identifierPart
    형식: String

    서식이 지정 된 식별자 부분입니다.

반환 값

형식: Object
포맷 되지 않은 해당 형식의 식별자 부분을 반환합니다.

예외

예외 조건
ArgumentNullException

typeName 매개 변수가 null인 경우

.NET Framework 보안

참고 항목

참조

DataObjectIdentifierConverter 클래스

Microsoft.VisualStudio.Data 네임스페이스