DeviceExtendedProperties.TryGetValue Method
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
Parameters
- propertyName
Type: System.String
- propertyValue
Type: System.Object%
Return Value
Type: System.Boolean
Version Information
.NET for Windows Phone apps
Supported in: Windows Phone 8, Silverlight 8.1
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.