Share via


IDocDataBase.FileReloading Property

This class and its members are reserved for internal use and are not intended to be used in your code.

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

Syntax

'Declaration
Property FileReloading As Boolean
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

.NET Framework Security

See Also

Reference

IDocDataBase Interface

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace