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