RdtManager.CloseFrame Method

Closes the frame.

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

Syntax

'Declaration
Public Shared Sub CloseFrame ( _
    fullFileName As String, _
    <OutAttribute> ByRef foundAndClosed As Integer _
)
'Usage
Dim fullFileName As String
Dim foundAndClosed As Integer

RdtManager.CloseFrame(fullFileName, foundAndClosed)
public static void CloseFrame(
    string fullFileName,
    out int foundAndClosed
)
public:
static void CloseFrame(
    String^ fullFileName, 
    [OutAttribute] int% foundAndClosed
)
public static function CloseFrame(
    fullFileName : String, 
    foundAndClosed : int
)
static member CloseFrame : 
        fullFileName:string * 
        foundAndClosed:int -> unit 

Parameters

  • foundAndClosed
    Type: System.Int32%
    Specifies whether the editor was found

.NET Framework Security

See Also

Reference

RdtManager Class

RdtManager Members

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