PropertySet.Lookup Method

Retrieves the value for the specified key.

Syntax

public:
Object^ Lookup(
         String^ key
)  

Parameters

key
Type: String 

  The key.

Return value

Type: Object 

  The value, if an item with the specified key exists; otherwise, null.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

PropertySet Class

PropertySet Members

Windows.Foundation.Collections Namespace