AppExtension.GetExtensionPropertiesAsync Method

Definition

Used by the extension to specify any extra information that the hosting app can query.

public:
 virtual IAsyncOperation<IPropertySet ^> ^ GetExtensionPropertiesAsync() = GetExtensionPropertiesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IPropertySet> GetExtensionPropertiesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IPropertySet> GetExtensionPropertiesAsync();
function getExtensionPropertiesAsync()
Public Function GetExtensionPropertiesAsync () As IAsyncOperation(Of IPropertySet)

Returns

A collection of key-value pairs.

Attributes

Remarks

Examples of extra information that could be returned from this property includes authorship information, capability information, etc.

Applies to

See also