FileReloading Property
Are we in the middle of a file reloading
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Property FileReloading As Boolean
Get
Set
'Usage
Dim instance As IDocDataBase
Dim value As Boolean
value = instance.FileReloading
instance.FileReloading = value
bool FileReloading { get; set; }
property bool FileReloading {
bool get ();
void set (bool value);
}
abstract FileReloading : bool with get, set
function get FileReloading () : boolean
function set FileReloading (value : boolean)
Property Value
Type: System..::..Boolean
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace