TypedDataSetGenerator.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 or sets the collection of assemblies referenced in a typed dataset.
public:
static property System::Collections::Generic::ICollection<System::Reflection::Assembly ^> ^ ReferencedAssemblies { System::Collections::Generic::ICollection<System::Reflection::Assembly ^> ^ get(); };
public static System.Collections.Generic.ICollection<System.Reflection.Assembly> ReferencedAssemblies { get; }
static member ReferencedAssemblies : System.Collections.Generic.ICollection<System.Reflection.Assembly>
Public Shared ReadOnly Property ReferencedAssemblies As ICollection(Of Assembly)
Property Value
A collection containing all referenced assemblies in the dataset.
Remarks
The generator iterates over this list and adds the assemblies to your project.
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.