IExtensionData Interface
Interface extensions implement to provide data.
Methods
Method | Description |
---|---|
GetLibrary(symbolDefinitions) | Gets the library associated with this extension. |
Properties
Property | Description |
---|---|
DefaultCulture | Gets 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
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.
DefaultCulture Property
Gets the optional default culture.
Declaration
public string DefaultCulture { get; set; }