Gets a '' entry.
().
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IUBLExtension GetUBLExtension( int index ) |
| Visual Basic |
|---|
Function GetUBLExtension ( index As Integer ) As IUBLExtension |
| Visual C++ |
|---|
IUBLExtension^ GetUBLExtension( int index ) |
| F# |
|---|
abstract GetUBLExtension : index : int -> IUBLExtension |
Parameters
- index
- Type: System..::..Int32
The index of the IUBLExtension to get.
Return Value
Type: IUBLExtensionThe indexed IUBLExtension object.