選択されているオブジェクトのコレクションを Selection として戻します。このコレクション内の各オブジェクトは、SIObject で表現されます。
// get accessor Selection rtn = XSIApplication.Selection;
' ' Get the name of each selected object ' SelectAll set oSelection = Application.Selection for each oItem in oSelection LogMessage oItem.Name next