QueryReloadNestedProject Property

Looks up a localized string similar to The project file '{0}' has been modified outside of Visual Studio. Do you want to reload the project?.

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 QueryReloadNestedProject As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace