RC-WinTrans Object Model Help |
ProjectFile.GetNamespaceURIPrefix |
Returns the prefix of a given namespace URI used in the XLIFF source file.
Syntax: |
GetNamespaceURIPrefix( NamespaceURI As String ) As String |
Return: | String |
Parameters: |
NamespaceURI Namespace URI for the given prefix. |
Example: | Dim ProjFile As ProjectFile Set ProjFile = Application.ActiveProjectFile MsgBox ProjFile.GetNamespaceURIPrefix("http://www.schaudin.com") |
See also: