XQuerySettings.SchemaLocationHints PropertyXQuerySettings.SchemaLocationHints PropertyXQuerySettings::SchemaLocationHints Property

Gets or sets the collection of location hints that are used in 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 import schema declaration is processed, the location hints for the target namespace in this LocationHintCollectionLocationHintCollectionLocationHintCollection are added to the set specified by the declaration.