IVsClassView Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows navigation to an object in Class View.
public interface class IVsClassView
public interface class IVsClassView
__interface IVsClassView
[System.Runtime.InteropServices.Guid("D7ECCE71-9C14-49A9-A93D-A5ED6286AC46")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsClassView
[System.Runtime.InteropServices.Guid("D7ECCE71-9C14-49A9-A93D-A5ED6286AC46")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsClassView
[<System.Runtime.InteropServices.Guid("D7ECCE71-9C14-49A9-A93D-A5ED6286AC46")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsClassView = interface
[<System.Runtime.InteropServices.Guid("D7ECCE71-9C14-49A9-A93D-A5ED6286AC46")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsClassView = interface
Public Interface IVsClassView
- Attributes
Remarks
Use the SVsClassView service to obtain a pointer to this interface. For more information on using services, see Services in the Environment
.
Notes to Callers
Language implementers should call the method in this interface when they to implement the Synchronize Class View command from an editor.
Methods
NavigateTo(VSOBJECTINFO[], UInt32) |
Asks the environment to navigate to a given object in Class View. |