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