Freigeben über


Schema.ManifestLocation Eigenschaft

Definition

Speicherort der Ressourcendatei

Stellt das folgende Attribut im Schema dar: 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

Eigenschaftswert

Gibt zurück StringValue.

Attribute

Hinweise

Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.

Gibt den Speicherort einer Ressourcendatei an, die beim Laden dieses Dokuments heruntergeladen und analysiert werden soll. Das Format und der Inhalt dieser Ressourcendatei sind anwendungsdefiniert.

Stellen Sie sich ein WordprocessingML-Dokument vor, das benutzerdefiniertes XML-Markup im http://www.contoso.com Namespace enthält, das einer Ressourcendatei unter http://www.contoso.com/resource.xmlzugeordnet ist. Der folgende Inhalt wird in den Schemabibliotheksdaten des Dokuments angezeigt:

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

Das manifestLocation -Attribut enthält http://www.contoso.com/manifest.xml den Speicherort einer Ressourcendatei, die zur Verwendung bei Verwendung dieses Namespaces heruntergeladen werden kann.

Die möglichen Werte für dieses Attribut werden durch den XML-Schemadatentyp string definiert.

Gilt für: