Freigeben über


XmlSerializationBehavior.CustomSchemaLocation-Eigenschaft

Übernimmt oder bestimmt den Wert der CustomSchemaLocation-Domäneneigenschaft. Stellt das xsd:include "schemaLocation" einer benutzerdefinierten Schemadatei ein, sofern vorhanden.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntax

'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlSerializationBehavior/CustomSchemaLocation.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlSerializationBehavior/CustomSchemaLocation.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("f48592db-c5c0-48d8-b67e-620477f80cc2")> _
Public Property CustomSchemaLocation As String
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlSerializationBehavior/CustomSchemaLocation.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlSerializationBehavior/CustomSchemaLocation.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("f48592db-c5c0-48d8-b67e-620477f80cc2")]
public string CustomSchemaLocation { get; set; }

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

XmlSerializationBehavior Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace