ToolWindowBase.WindowFrame Property

Toolwindow container frame

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
Public ReadOnly Property WindowFrame As IVsWindowFrame
public IVsWindowFrame WindowFrame { get; }
public:
property IVsWindowFrame^ WindowFrame {
    IVsWindowFrame^ get ();
}
member WindowFrame : IVsWindowFrame with get
function get WindowFrame () : IVsWindowFrame

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame

.NET Framework Security

See Also

Reference

ToolWindowBase Class

Microsoft.VisualStudio.TeamFoundation Namespace