LinkTarget.Name 屬性

定義

取得或設定此 LinkTarget 認定為可連結項目的項目。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

屬性值

String,與對應於此 Name 項目之標記項目的 LinkTarget 屬性相同。

備註

中所有頁面 FixedDocument 的所有連結目標名稱都會收集到 XML 檔規格的頁面內容部分, (XPS) 檔。 這可讓取用應用程式判斷特定目標是否在特定檔中,而不需要載入整個檔。 如需 和 元素的詳細資訊 <PageContent> ,請參閱您可以在 XPS:規格和授權下載取得的 XPS 規格第 3 章。 <LinkTarget>

適用於