VersionControlBaseToolWindowExt.VsWindowFrame Property
Get the IVsWindowFrame for this tool window.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property VsWindowFrame As IVsWindowFrame
public IVsWindowFrame VsWindowFrame { get; }
public:
property IVsWindowFrame^ VsWindowFrame {
IVsWindowFrame^ get ();
}
member VsWindowFrame : IVsWindowFrame with get
function get VsWindowFrame () : IVsWindowFrame
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame
Returns 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.
See Also
Reference
VersionControlBaseToolWindowExt Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace