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
- 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
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace