Dela via


FileChange.IsFileModified Property

Gets a value indicating whether any change in this file is included in the list of changes that the user wants to apply.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public ReadOnly Property IsFileModified As Boolean
'Usage
Dim instance As FileChange 
Dim value As Boolean 

value = instance.IsFileModified
public bool IsFileModified { get; }
public:
property bool IsFileModified {
    bool get ();
}
public function get IsFileModified () : boolean

Property Value

Type: System.Boolean
Boolean is TRUE if any change in this file is included in the list of changes that the user wants to apply.

.NET Framework Security

See Also

Reference

FileChange Class

FileChange Members

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace