Share via


IBaseDocData.FileReloading Property

Gets or sets whether the file is currently reloading.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Property FileReloading As Boolean
    Get
    Set
'Usage
Dim instance As IBaseDocData
Dim value As Boolean

value = instance.FileReloading

instance.FileReloading = value
bool FileReloading { get; set; }
property bool FileReloading {
    bool get ();
    void set (bool value);
}
function get FileReloading () : boolean
function set FileReloading (value : boolean)
abstract FileReloading : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IBaseDocData Interface

IBaseDocData Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace