共用方式為


PowerPoint) (Shape.LinkFormat 屬性

會傳回 LinkFormat 物件包含對連結的 OLE 物件都是唯一的屬性。 唯讀。

語法

運算式LinkFormat

表達 代表 Shape 物件的變數。

傳回值

LinkFormat

範例

在這個範例中,會更新使用中簡報第一張投影片上任何 OLE 物件與其來源檔之間的連結。

For Each sh In ActivePresentation.Slides(1).Shapes

    If sh.Type = msoLinkedOLEObject Then

        With sh.LinkFormat

            .Update

        End With

    End If

Next

另請參閱

Shape 物件

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應