In This Article

ISourceFileLocationCollection Interface

Provides the base requirements for a collection of ISourceFileLocation objects.

public interface ISourceFileLocationCollection : IObservableCollection<ISourceFileLocation>

Methods

Encloses(ISourceFileLocation)

Returns whether any source file location encloses the specified location.

bool Encloses(ISourceFileLocation location)
Parameter Type Description
location ISourceFileLocation

The ISourceFileLocation to examine.

Returns

bool:

true if any source file location encloses the specified location; otherwise, false.

Inherited Members