次の方法で共有


TypedDataSetGenerator.ReferencedAssemblies プロパティ

定義

型指定されたデータセット内で参照されるアセンブリのコレクションを取得または設定します。

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)

プロパティ値

データセット内のすべての参照アセンブリを格納しているコレクション。

注釈

ジェネレーターは、このリストを反復処理し、アセンブリをプロジェクトに追加します。

適用対象