PackageManager.QueryReceiverProperty(String) Metodo
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.
Restituisce la definizione di proprietà per tutti i < ricevitore> Tag.
[Android.Runtime.Register("queryReceiverProperty", "(Ljava/lang/String;)Ljava/util/List;", "GetQueryReceiverProperty_Ljava_lang_String_Handler", ApiSince=31)]
public virtual System.Collections.Generic.IList<Android.Content.PM.PackageManager.Property> QueryReceiverProperty (string propertyName);
[<Android.Runtime.Register("queryReceiverProperty", "(Ljava/lang/String;)Ljava/util/List;", "GetQueryReceiverProperty_Ljava_lang_String_Handler", ApiSince=31)>]
abstract member QueryReceiverProperty : string -> System.Collections.Generic.IList<Android.Content.PM.PackageManager.Property>
override this.QueryReceiverProperty : string -> System.Collections.Generic.IList<Android.Content.PM.PackageManager.Property>
Parametri
- propertyName
- String
Restituisce
- Attributi
Commenti
Restituisce la definizione di proprietà per tutti i < ricevitore> Tag.
Se la proprietà non è definita con < ricevitore> tag, restituisce e elenco vuoto.
Documentazione java per android.content.pm.PackageManager.queryReceiverProperty(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.