RdtManager.ShowFrame Method

Brings the editor attached to the filename to the front.

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

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

Parameters

Return Value

Type: System.Boolean
Returns true on success, false otherwise.

.NET Framework Security

See Also

Reference

RdtManager Class

RdtManager Members

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