Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 843 Bytes

datapackagepropertysetview_lookup_711408188.md

File metadata and controls

29 lines (20 loc) · 843 Bytes
-api-id -api-type
M:Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.Lookup(System.String)
winrt method

Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.Lookup

-description

Retrieves the value of a specific property.

-parameters

-param key

The key.

-returns

The value, if an item with the specified key exists. Use the HasKey method to determine whether the key exists.

-remarks

With the LookUp method, you specify the name of the property that you want. This name can be a property that the object supports directly, such as title, or a custom property defined by the source app.

For more info, see IMapView(String, Object).

-examples

-see-also