XQuerySettings.ModuleLocationHints PropertyXQuerySettings.ModuleLocationHints PropertyXQuerySettings::ModuleLocationHints Property

Gets or sets the collection of location hints that are used in import module declarations.

Syntax

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

Exceptions

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

Remarks

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