Share via


VsTextManagerClass.UnregisterView Method

Method information not provided. Do not use.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Public Overridable Function UnregisterView ( _
    pView As IVsTextView _
) As Integer
public virtual int UnregisterView(
    IVsTextView pView
)
public:
virtual int UnregisterView(
    [InAttribute] IVsTextView^ pView
)
abstract UnregisterView : 
        pView:IVsTextView -> int  
override UnregisterView : 
        pView:IVsTextView -> int
public function UnregisterView(
    pView : IVsTextView
) : int

Parameters

Return Value

Type: System.Int32
Do not use.

Implements

IVsTextManager.UnregisterView(IVsTextView)

.NET Framework Security

See Also

Reference

VsTextManagerClass Class

Microsoft.VisualStudio.TextManager.Interop Namespace