XmlParserContext.PublicId 속성

정의

public 식별자를 가져오거나 설정합니다.

public:
 property System::String ^ PublicId { System::String ^ get(); void set(System::String ^ value); };
public string PublicId { get; set; }
member this.PublicId : string with get, set
Public Property PublicId As String

속성 값

String

public 식별자입니다.

설명

이 속성과 함께 DocTypeName, SystemIdInternalSubset모든 문서 형식 선언 정보를 제공합니다. DTD에 정의된 모든 기본 특성 및 엔터티를 가져올 수 있도록 필요한 DTD 정보를 찾아서 로드하는 데 사용됩니다.

적용 대상