CannotAddFileThatIsOpenInEditor Property

Looks up a localized string similar to A file with name '{0}' already exists and is open in an editor. You must give a unique name to the item you are adding, or delete the existing item first..

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

Syntax

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace