Condividi tramite


LocatorImpl.PublicId Proprietà

Definizione

Restituisce l'identificatore pubblico salvato. -oppure- Impostare l'identificatore pubblico per questo localizzatore.

public virtual string? PublicId { [Android.Runtime.Register("getPublicId", "()Ljava/lang/String;", "GetGetPublicIdHandler")] get; [Android.Runtime.Register("setPublicId", "(Ljava/lang/String;)V", "GetSetPublicId_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getPublicId", "()Ljava/lang/String;", "GetGetPublicIdHandler")>]
[<set: Android.Runtime.Register("setPublicId", "(Ljava/lang/String;)V", "GetSetPublicId_Ljava_lang_String_Handler")>]
member this.PublicId : string with get, set

Valore della proprietà

Identificatore pubblico come stringa o Null se non è disponibile nessuna.

Attributi

Commenti

Documentazione del getter delle proprietà:

Restituisce l'identificatore pubblico salvato.

Documentazione java per org.xml.sax.helpers.LocatorImpl.getPublicId().

Documentazione del setter delle proprietà:

Impostare l'identificatore pubblico per questo localizzatore.

Documentazione java per org.xml.sax.helpers.LocatorImpl.setPublicId(java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

Vedi anche