Udostępnij za pośrednictwem


IStorageProviderQueryResult.RequestedProperties Property

Definition

Gets the properties that the app has requested for the query result.

public:
 property PropertySet ^ RequestedProperties { PropertySet ^ get(); };
PropertySet RequestedProperties();
public PropertySet RequestedProperties { get; }
var propertySet = iStorageProviderQueryResult.requestedProperties;
Public ReadOnly Property RequestedProperties As PropertySet

Property Value

The properties that the app has requested for the query result.

Applies to