ObjectIdentifier 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
[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() |
이름 부분의 서식을 지정하고 단일 문자열로 이스케이프합니다. |