IDocDataBase.FileReloading-Eigenschaft

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

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
    Get
    Set
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)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IDocDataBase Schnittstelle

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