XmlParserContext.PublicId Vlastnost

Definice

Získá nebo nastaví veřejný identifikátor.

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

Hodnota vlastnosti

Veřejný identifikátor.

Poznámky

Tato vlastnost spolu s DocTypeName, SystemIda InternalSubsetposkytuje všechny informace o deklaraci typu dokumentu. Slouží k vyhledání a načtení požadovaných informací DTD, abyste získali všechny výchozí atributy a entity definované v DTD.

Platí pro