CodeCompileUnit.ReferencedAssemblies Property
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.
Gets the referenced assemblies.
public:
property System::Collections::Specialized::StringCollection ^ ReferencedAssemblies { System::Collections::Specialized::StringCollection ^ get(); };
public System.Collections.Specialized.StringCollection ReferencedAssemblies { get; }
member this.ReferencedAssemblies : System.Collections.Specialized.StringCollection
Public ReadOnly Property ReferencedAssemblies As StringCollection
Property Value
A StringCollection that contains the file names of the referenced assemblies.
Remarks
You can add and remove file names from this collection.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.