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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.