IImportScope Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the set of symbols that are imported to a particular position in a source file. Each import has a reference to the location the import directive was declared at. For the IAliasSymbol import, the location can be found using either Locations or DeclaringSyntaxReferences on the IAliasSymbol itself. For Imports or XmlNamespaces the location is found through DeclaringSyntaxReference or DeclaringSyntaxReference respectively.
public interface IImportScope
type IImportScope = interface
Public Interface IImportScope
Remarks
Properties
Aliases |
Aliases defined at this level of the chain. This corresponds to |
ExternAliases |
Extern aliases defined at this level of the chain. This corresponds to |
Imports |
Types or namespaces imported at this level of the chain. This corresponds to |
XmlNamespaces |
Xml namespaces imported at this level of the chain. This corresponds to |