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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.