DeviceExtendedProperties.TryGetValue-Methode

Namespace:  Microsoft.Phone.Info
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
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 

Parameter

Rückgabewert

Typ: System.Boolean

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

DeviceExtendedProperties Klasse

Microsoft.Phone.Info-Namespace