PendingChangesExt.VsWindowFrame Property

Note: This API is now obsolete.

Deprecated - returns null.

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

Syntax

'Declaration
<ObsoleteAttribute("This property has been deprecated.", False)> _
Public ReadOnly Property VsWindowFrame As IVsWindowFrame
[ObsoleteAttribute("This property has been deprecated.", false)]
public IVsWindowFrame VsWindowFrame { get; }
[ObsoleteAttribute(L"This property has been deprecated.", false)]
public:
property IVsWindowFrame^ VsWindowFrame {
    IVsWindowFrame^ get ();
}
[<ObsoleteAttribute("This property has been deprecated.", false)>]
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

PendingChangesExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace