In This Article

IImportDefinition Interface

Provides the base requirements of an import definition.

public interface IImportDefinition

Properties

MergedNames

Gets the collection of names from the source to import into the current namespace.

IAliasedTextCollection MergedNames { get; }

Property Value

IAliasedTextCollection:

The collection of names from the source to import into the current namespace.

Source

Gets the import source.

IAliasedText Source { get; }

Property Value

IAliasedText:

The import source.