Share via


FileChange.IsFileModified Property

Gets a value that indicates whether any change in this file is included in the list of changes that are applied.

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

Syntax

'Declaration
Public ReadOnly Property IsFileModified As Boolean
public bool IsFileModified { get; }
public:
property bool IsFileModified {
    bool get ();
}
member IsFileModified : bool
function get IsFileModified () : boolean

Property Value

Type: System.Boolean

Remarks

If any change is included, the related file will be modified.

.NET Framework Security

See Also

Reference

FileChange Class

Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace