Resources.VsUtils_ErrorResolvingMacro Property

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

Looks up a localized string similar to Could not resolve the macro: '{0}'..

Namespace:  Microsoft.Data.Entity.Design
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

'Declaration
Public Shared ReadOnly Property VsUtils_ErrorResolvingMacro As String 
    Get
'Usage
Dim value As String 

value = Resources.VsUtils_ErrorResolvingMacro
public static string VsUtils_ErrorResolvingMacro { get; }
public:
static property String^ VsUtils_ErrorResolvingMacro {
    String^ get ();
}
static member VsUtils_ErrorResolvingMacro : string
static function get VsUtils_ErrorResolvingMacro () : String

Property Value

Type: System.String

See Also

Reference

Resources Class

Microsoft.Data.Entity.Design Namespace