Skip to main content

IExtensionData Interface

Interface extensions implement to provide data.

Methods

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

Properties

PropertyDescription
DefaultCultureGets the optional default culture.

WixToolset.Extensibility.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

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.

DefaultCulture Property

Gets the optional default culture.

Declaration

public string DefaultCulture { get; set; }