AppExtension.GetExtensionPropertiesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.