VersionControlLabelDocument.VsWindowFrame Property

Get the IVsWindowFrame for this document 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

See Also

Reference

VersionControlLabelDocument Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace