RC-WinTrans Object Model Help |
ProjectFile.AddNamespaceURIPrefix
|
Adds a namespace URI definition to the XLIFF source file.
Syntax: |
AddNamespaceURIPrefix( NamespaceURI As String, Prefix As String ) As Boolean |
| Return: | Boolean |
| Parameters: |
NamespaceURI Namespace URI to be declared. Prefix Prefix corresponding to the namespace URI.
|
| Example: | Dim ProjFile As ProjectFile
Set ProjFile = Application.ActiveProjectFile
Call ProjFile.AddNamespaceURIPrefix("http://www.mycompany.com", "myc")
|
See also: