XSIUtils.Linktab

説明

Linktabオブジェクトを戻します。

VBScript の例

' Get the linktab object
Set l_linktab = xsiutils.linktab
' Use the linktab object to obtain a collection of linktab rules
if l_linktab.Filename(szFilename) = "True" then
        Application.LogMessage szFilename
else
        Application.LogMessage "Linktab filename not set"
end if