RdtManager.IsFileInRdt Method

Returns whether a given file is in the RDT.

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 IsFileInRdt ( _
    fullPathFileName As String _
) As Boolean
'Usage
Dim fullPathFileName As String
Dim returnValue As Boolean

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

Parameters

  • fullPathFileName
    Type: System.String
    The filename being queried

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

RdtManager Class

RdtManager Members

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