Skip to main content

IExtensionData Interface

Interface extensions implement to provide data.

Methods

MethodDescription
GetLibrary(symbolDefinitions)Gets the library associated with this extension.

WixToolset.Extensibility.dll version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78

GetLibrary(symbolDefinitions) Method

Gets the library associated with this extension.

Declaration

public WixToolset.Data.Intermediate GetLibrary(
WixToolset.Data.ISymbolDefinitionCreator symbolDefinitions
)

Parameters

ParameterTypeDescription
symbolDefinitionsWixToolset.Data.ISymbolDefinitionCreatorThe 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.