BaseDocData.FileReloading Property
Gets or sets whether the file is loading.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Property FileReloading As Boolean
Get
Set
'Usage
Dim instance As BaseDocData
Dim value As Boolean
value = instance.FileReloading
instance.FileReloading = value
public bool FileReloading { get; set; }
public:
virtual property bool FileReloading {
bool get () sealed;
void set (bool value) sealed;
}
final function get FileReloading () : boolean
final function set FileReloading (value : boolean)
abstract FileReloading : bool with get, set
override FileReloading : bool with get, set
Property Value
Type: System.Boolean
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace