Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual Studio SDK
Reference
Interfaces
 RegisterView Method

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual Studio SDK
IVsTextManager.RegisterView Method

Method information is not provided.

Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)

Visual Basic (Declaration)
Function RegisterView ( _
	<InAttribute> pView As IVsTextView, _
	<InAttribute> pBuffer As IVsTextBuffer _
) As Integer
Visual Basic (Usage)
Dim instance As IVsTextManager
Dim pView As IVsTextView
Dim pBuffer As IVsTextBuffer
Dim returnValue As Integer

returnValue = instance.RegisterView(pView, pBuffer)
C#
int RegisterView (
	[InAttribute] IVsTextView pView,
	[InAttribute] IVsTextBuffer pBuffer
)
C++
int RegisterView (
	[InAttribute] IVsTextView^ pView, 
	[InAttribute] IVsTextBuffer^ pBuffer
)
J#
int RegisterView (
	/** @attribute InAttribute() */ IVsTextView pView, 
	/** @attribute InAttribute() */ IVsTextBuffer pBuffer
)
JScript
function RegisterView (
	pView : IVsTextView, 
	pBuffer : IVsTextBuffer
) : int

Parameters

pView

Do not use.

pBuffer

Do not use.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker