PackageExtension.GetExtensionProperties 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 IPropertySet ^ GetExtensionProperties() = GetExtensionProperties;
IPropertySet GetExtensionProperties();
public IPropertySet GetExtensionProperties();
function getExtensionProperties()
Public Function GetExtensionProperties () As IPropertySet
Returns
A collection of key-value pairs.
Remarks
Examples of extra information that could be returned from this method include authorship information, capability information, etc.