RdtManager.GetWindowFrame Method

Returns the window frame for the document window.

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 GetWindowFrame ( _
    fullFileName As String _
) As IVsWindowFrame
'Usage
Dim fullFileName As String
Dim returnValue As IVsWindowFrame

returnValue = RdtManager.GetWindowFrame(fullFileName)
public static IVsWindowFrame GetWindowFrame(
    string fullFileName
)
public:
static IVsWindowFrame^ GetWindowFrame(
    String^ fullFileName
)
public static function GetWindowFrame(
    fullFileName : String
) : IVsWindowFrame
static member GetWindowFrame : 
        fullFileName:string -> IVsWindowFrame 

Parameters

Return Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame

.NET Framework Security

See Also

Reference

RdtManager Class

RdtManager Members

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