Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Fires when a view is registered.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Sub OnRegisterView ( _
pView As IVsTextView _
)
void OnRegisterView(
IVsTextView pView
)
void OnRegisterView(
[InAttribute] IVsTextView^ pView
)
abstract OnRegisterView :
pView:IVsTextView -> unit
function OnRegisterView(
pView : IVsTextView
)
Parameters
pView
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextView[in] Pointer to the IVsTextView interface identifying the view that was registered.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextManagerEvents::OnRegisterView(
[in] IVsTextView *pView
);
Use notification from this method to determine when another client has registered a view.
.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.