IExtensionData Interface
Interface extensions implement to provide data.
Methods
Method | Description |
---|---|
GetLibrary(symbolDefinitions) | Gets the library associated with this extension. |
WixToolset.Extensibility.dll
version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
GetLibrary(symbolDefinitions) Method
Gets the library associated with this extension.
Declaration
public WixToolset.Data.Intermediate GetLibrary(
WixToolset.Data.ISymbolDefinitionCreator symbolDefinitions
)
Parameters
Parameter | Type | Description |
---|---|---|
symbolDefinitions | WixToolset.Data.ISymbolDefinitionCreator | The symbol definitions to use while loading the library. |
Return value
WixToolset.Data.Intermediate
The library for this extension or null if there is no library.