Share via


DeviceExtendedProperties.TryGetValue, méthode

Espace de noms :  Microsoft.Phone.Info
Assembly :  Microsoft.Phone (dans Microsoft.Phone.dll)

Syntaxe

'Déclaration
Public Shared Function TryGetValue ( _
    propertyName As String, _
    <OutAttribute> ByRef propertyValue As Object _
) As Boolean
public static bool TryGetValue(
    string propertyName,
    out Object propertyValue
)
public:
static bool TryGetValue(
    String^ propertyName, 
    [OutAttribute] Object^% propertyValue
)
static member TryGetValue : 
        propertyName:string * 
        propertyValue:Object byref -> bool 

Paramètres

Valeur de retour

Type : System.Boolean

Informations de version

.NET pour les applications Windows Phone

Pris en charge dans : Windows Phone 8, Silverlight 8.1

Sécurité .NET Framework

Voir aussi

Référence

DeviceExtendedProperties Classe

Microsoft.Phone.Info, espace de noms