TranslatorAddIn.ShowOpenOptions Method
Parent Object: TranslatorAddInDescription
Show the open options for the specified data-source. This method is only called if True was returned from HasOpenOptions.
Remarks
See the various sample programs and the Translator Options page for more information.Syntax
TranslatorAddIn.ShowOpenOptions( SourceData As DataMedium, Context As TranslationContext, ChosenOptions As NameValueMap )Parameters
Name | Type | Description |
SourceData | DataMedium | Input DataMedium object that specifies the data source. |
Context | TranslationContext | Input TranslationContext object that can be used to determine the context for the translation. |
ChosenOptions | NameValueMap | Input NameValueMap that specifies the options chosen. |