ResolvedImport.IsImported Property

Definition

Whether the importing element is itself imported.

public:
 property bool IsImported { bool get(); };
public bool IsImported { get; }
member this.IsImported : bool
Public ReadOnly Property IsImported As Boolean

Property Value

Returns true if the element is imported, false otherwise.

Applies to