XsltSettings.SchemaLocationHints PropertyXsltSettings.SchemaLocationHints PropertyXsltSettings::SchemaLocationHints Property

Gets or sets the collection of location hints that are used in xsl:import-schema declarations.

Syntax

Public Property SchemaLocationHints As LocationHintCollection
        Get
        Set(ByVal value As LocationHintCollection)
public LocationHintCollection SchemaLocationHints { get; set; }
public:
property LocationHintCollection^ SchemaLocationHints {
    LocationHintCollection^ get();
    void set(LocationHintCollection^ value);
}
 

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullException SchemaLocationHintsSchemaLocationHintsSchemaLocationHints is set to null a null reference (Nothing in Visual Basic) nullptr.

Remarks

When an xsl:import-schema declaration is processed, the location hints for the target namespace in this LocationHintCollectionLocationHintCollectionLocationHintCollection are added to the set specified by the declaration.