Schema.ManifestLocation プロパティ

定義

リソース ファイルの場所

スキーマ内の次の属性を表します:sl:manifestLocation

[DocumentFormat.OpenXml.SchemaAttr(25, "manifestLocation")]
public DocumentFormat.OpenXml.StringValue ManifestLocation { get; set; }
public DocumentFormat.OpenXml.StringValue ManifestLocation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(25, "manifestLocation")]
public DocumentFormat.OpenXml.StringValue? ManifestLocation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("sl:manifestLocation")]
public DocumentFormat.OpenXml.StringValue? ManifestLocation { get; set; }
public DocumentFormat.OpenXml.StringValue? ManifestLocation { get; set; }
member this.ManifestLocation : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(25, "manifestLocation")>]
member this.ManifestLocation : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("sl:manifestLocation")>]
member this.ManifestLocation : DocumentFormat.OpenXml.StringValue with get, set
Public Property ManifestLocation As StringValue

プロパティ値

StringValue を返します。

属性

注釈

ECMA International Standard ECMA-376 からの次の情報は、このクラスを操作するときに役立ちます。

このドキュメントの読み込み時にダウンロードして解析する必要があるリソース ファイルの場所を指定します。 このリソース ファイルの形式と内容は、アプリケーション定義です。

http://www.contoso.com/resource.xmlにあるリソース ファイルに関連付けられている、http://www.contoso.com名前空間にカスタム XML マークアップを含む WordprocessingML ドキュメントを考えてみましょう。 ドキュメントのスキーマ ライブラリ データには、次の内容が表示されます。

<w:schemaLibrary>  
  <w:schema w:uri="http://www.contoso.com" w:manifestLocation= "http://www.contoso.com/resource.xml" />  
</w:schemaLibrary>  

manifestLocation属性には、この名前空間を使用するときに使用するためにダウンロードできるリソース ファイルの場所であるhttp://www.contoso.com/manifest.xmlが含まれています。

この属性に使用できる値は、XML スキーマ string データ型によって定義されます。

適用対象