RdtManager.GetDocData Method

Returns the DocData object from the RDT for the specified full path filename.

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

returnValue = RdtManager.GetDocData(fullPathFileName)
public static Object GetDocData(
    string fullPathFileName
)
public:
static Object^ GetDocData(
    String^ fullPathFileName
)
public static function GetDocData(
    fullPathFileName : String
) : Object
static member GetDocData : 
        fullPathFileName:string -> Object 

Parameters

Return Value

Type: System.Object

.NET Framework Security

See Also

Reference

RdtManager Class

RdtManager Members

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