次の方法で共有


ScaffoldedMigration.Resources プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

移行リソース ファイルに追加する、文字列リソースのディクショナリを取得します。

名前空間:  System.Data.Entity.Migrations.Design
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public ReadOnly Property Resources As IDictionary(Of String, Object)
    Get
'使用
Dim instance As ScaffoldedMigration 
Dim value As IDictionary(Of String, Object)

value = instance.Resources
public IDictionary<string, Object> Resources { get; }
public:
property IDictionary<String^, Object^>^ Resources {
    IDictionary<String^, Object^>^ get ();
}
member Resources : IDictionary<string, Object>
function get Resources () : IDictionary<String, Object>

プロパティ値

型 : System.Collections.Generic.IDictionary<String, Object>

参照

参照

ScaffoldedMigration クラス

System.Data.Entity.Migrations.Design 名前空間