Share via


PackageManager.QueryServiceProperty(String) Método

Definición

Devuelve la definición de propiedad para todos los < service> Etiquetas.

[Android.Runtime.Register("queryServiceProperty", "(Ljava/lang/String;)Ljava/util/List;", "GetQueryServiceProperty_Ljava_lang_String_Handler", ApiSince=31)]
public virtual System.Collections.Generic.IList<Android.Content.PM.PackageManager.Property> QueryServiceProperty (string propertyName);
[<Android.Runtime.Register("queryServiceProperty", "(Ljava/lang/String;)Ljava/util/List;", "GetQueryServiceProperty_Ljava_lang_String_Handler", ApiSince=31)>]
abstract member QueryServiceProperty : string -> System.Collections.Generic.IList<Android.Content.PM.PackageManager.Property>
override this.QueryServiceProperty : string -> System.Collections.Generic.IList<Android.Content.PM.PackageManager.Property>

Parámetros

propertyName
String

Devoluciones

Atributos

Comentarios

Devuelve la definición de propiedad para todos los < service> Etiquetas.

Si la propiedad no está definida con ningún < service> etiqueta, devuelve y lista vacía.

Documentación de Java para android.content.pm.PackageManager.queryServiceProperty(java.lang.String).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a