RdtManager.IsDirty Method

Returns whether the document is dirty.

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

Syntax

'Declaration
Public Shared Function IsDirty ( _
    docFullPath As String _
) As Boolean
'Usage
Dim docFullPath As String
Dim returnValue As Boolean

returnValue = RdtManager.IsDirty(docFullPath)
public static bool IsDirty(
    string docFullPath
)
public:
static bool IsDirty(
    String^ docFullPath
)
public static function IsDirty(
    docFullPath : String
) : boolean
static member IsDirty : 
        docFullPath:string -> bool 

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

RdtManager Class

RdtManager Members

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