Error_FailedApplyChangeToFile Property

Looks up a localized string similar to Failed to apply changes to file {0}..

Namespace:  Microsoft.VisualStudio.Data.Tools.Design
Assembly:  Microsoft.VisualStudio.Data.Tools.Design.Common (in Microsoft.VisualStudio.Data.Tools.Design.Common.dll)

Syntax

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

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

Property Value

Type: System..::..String

See Also

Reference

Resources Class

Microsoft.VisualStudio.Data.Tools.Design Namespace