ObjectStreamField.Offset Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
Please use SetOffset() instead. This setter is not really public in Android API and will vanish in the future versions.
Offset del campo all'interno dei dati dell'istanza.
public virtual int Offset { [Android.Runtime.Register("getOffset", "()I", "GetGetOffsetHandler")] get; [Android.Runtime.Register("setOffset", "(I)V", "GetSetOffset_IHandler")] [System.Obsolete("Please use SetOffset() instead. This setter is not really public in Android API and will vanish in the future versions.")] set; }
[<get: Android.Runtime.Register("getOffset", "()I", "GetGetOffsetHandler")>]
[<set: Android.Runtime.Register("setOffset", "(I)V", "GetSetOffset_IHandler")>]
[<set: System.Obsolete("Please use SetOffset() instead. This setter is not really public in Android API and will vanish in the future versions.")>]
member this.Offset : int with get, set
Valore della proprietà
offset di questo campo
- Attributi
Commenti
Offset del campo all'interno dei dati dell'istanza.
per java.io.ObjectStreamField.getOffset().
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.