다음을 통해 공유


AnnotationResource 생성자

정의

AnnotationResource 클래스의 새 인스턴스를 초기화합니다.

오버로드

AnnotationResource()

이 생성자는 Windows Presentation Foundation 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

AnnotationResource(Guid)

이 생성자는 Windows Presentation Foundation 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

AnnotationResource(String)

지정된 이름을 사용하여 AnnotationResource 클래스의 새 인스턴스를 초기화합니다.

AnnotationResource()

이 생성자는 Windows Presentation Foundation 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

public:
 AnnotationResource();
public AnnotationResource ();
Public Sub New ()

설명

이 생성자는 주석 직렬 변환기 전용입니다. 애플리케이션 요구에 대 한 사용 합니다 AnnotationResource 지정 된 받아들이는 생성자 name 매개 변수입니다.

적용 대상

AnnotationResource(Guid)

이 생성자는 Windows Presentation Foundation 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

public:
 AnnotationResource(Guid id);
public AnnotationResource (Guid id);
new System.Windows.Annotations.AnnotationResource : Guid -> System.Windows.Annotations.AnnotationResource
Public Sub New (id As Guid)

매개 변수

id
Guid

이 리소스를 식별하는 GUID(Globally Unique Identifier)입니다.

예외

id가 Guid.Empty와 같은 경우

설명

이 생성자는 주석 직렬 변환기 전용입니다. 애플리케이션 요구에 대 한 사용 합니다 AnnotationResource 지정 된 받아들이는 생성자 name 매개 변수입니다.

적용 대상

AnnotationResource(String)

지정된 이름을 사용하여 AnnotationResource 클래스의 새 인스턴스를 초기화합니다.

public:
 AnnotationResource(System::String ^ name);
public AnnotationResource (string name);
new System.Windows.Annotations.AnnotationResource : string -> System.Windows.Annotations.AnnotationResource
Public Sub New (name As String)

매개 변수

name
String

이 리소스를 동일한 주석에 정의된 다른 AnchorsCargos와 구별하는 이름입니다.

예외

name이(가) null인 경우

설명

name 매개 변수는 편의상 제공되며 문자열에 대해 유효성 검사가 수행되지 않습니다.

AnnotationResource 생성자는 속성을 통해 액세스할 수 있는 GUID를 Id 자동으로 만듭니다.

적용 대상