ObjectIdentifier 클래스

정의

[System.Serializable]
public sealed class ObjectIdentifier
[<System.Serializable>]
type ObjectIdentifier = class
Public NotInheritable Class ObjectIdentifier
상속
ObjectIdentifier
특성

생성자

Name Description
ObjectIdentifier(IEnumerable<String>)

이름을 사용하여 개체 식별자를 만듭니다.

ObjectIdentifier(IList<String>, IList<String>)

외부 파트를 포함하는 이름으로 개체 식별자를 만듭니다.

ObjectIdentifier(IList<String>)

이름을 사용하여 개체 식별자를 만듭니다.

ObjectIdentifier(String[])

이름을 사용하여 개체 식별자를 만듭니다.

속성

Name Description
ExternalParts

외부 참조 부분을 가져옵니다. 식별자가 외부가 아닌 경우 Null입니다.

HasExternalParts

이 ObjectIdentifier에 ExternalParts

HasName

이 ObjectIdentifier에 Parts

Parts

식별자의 부분을 가져옵니다.

메서드

Name Description
ToString()

이름 부분의 서식을 지정하고 단일 문자열로 이스케이프합니다.

적용 대상