Compartilhar via


Propriedade IDocDataBase.FileReloading

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IDocDataBase Interface

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