Condividi tramite


StreamResult.SystemId Proprietà

Definizione

Ottenere l'identificatore di sistema impostato con setSystemId. -oppure- Impostare il systemID che può essere usato in associazione al flusso di byte o carattere oppure, se nessuno dei due è impostato, usare questo valore come URI scrivibile (probabilmente un nome di file).

public virtual string? SystemId { [Android.Runtime.Register("getSystemId", "()Ljava/lang/String;", "GetGetSystemIdHandler")] get; [Android.Runtime.Register("setSystemId", "(Ljava/lang/String;)V", "GetSetSystemId_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getSystemId", "()Ljava/lang/String;", "GetGetSystemIdHandler")>]
[<set: Android.Runtime.Register("setSystemId", "(Ljava/lang/String;)V", "GetSetSystemId_Ljava_lang_String_Handler")>]
member this.SystemId : string with get, set

Valore della proprietà

Identificatore di sistema impostato con setSystemId o null se setSystemId non è stato chiamato.

Implementazioni

Attributi

Commenti

Documentazione del getter delle proprietà:

Ottenere l'identificatore di sistema impostato con setSystemId.

Documentazione java per javax.xml.transform.stream.StreamResult.getSystemId().

Documentazione del setter delle proprietà:

Impostare l'ID di sistema che può essere usato in associazione al flusso di byte o di caratteri oppure, se nessuno dei due è impostato, usare questo valore come URI scrivibile (probabilmente un nome di file).

Documentazione java per javax.xml.transform.stream.StreamResult.setSystemId(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