VisualBasicSettings::ImportReferences Property
.NET Framework (current version)
Gets a collection of VisualBasicImportReference objects, each of which represents an assembly reference and a namespace imported from that assembly.
Assembly: System.Activities (in System.Activities.dll)
public: property ISet<VisualBasicImportReference^>^ ImportReferences { ISet<VisualBasicImportReference^>^ get(); private: void set(ISet<VisualBasicImportReference^>^ value); }
Property Value
Type: System.Collections.Generic::ISet<VisualBasicImportReference^>^A collection of VisualBasicImportReference objects, each of which represents an assembly reference and a namespace imported from that assembly.
.NET Framework
Available since 4.0
Available since 4.0
Show: