Linguaggio

RestrictionEntry.Type Proprietà

Definizione

Restituisce il tipo per questa restrizione. -oppure- Imposta il tipo per questa restrizione.

public virtual Android.Content.RestrictionEntryType Type { [Android.Runtime.Register("getType", "()I", "GetGetTypeHandler")] get; [Android.Runtime.Register("setType", "(I)V", "GetSetType_IHandler")] set; }
[<get: Android.Runtime.Register("getType", "()I", "GetGetTypeHandler")>]
[<set: Android.Runtime.Register("setType", "(I)V", "GetSetType_IHandler")>]
member this.Type : Android.Content.RestrictionEntryType with get, set

Valore della proprietà

il tipo per questa restrizione

Attributi

Commenti

Documentazione del getter delle proprietà:

Restituisce il tipo per questa restrizione.

per android.content.RestrictionEntry.getType().

Documentazione del setter delle proprietà:

Imposta il tipo per questa restrizione.

per android.content.RestrictionEntry.setType(int).

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.

Si applica a