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
- 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.Package.Refactoring Namespace