Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Allows navigation to an object in Class View.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("D7ECCE71-9C14-49A9-A93D-A5ED6286AC46")> _
Public Interface IVsClassView
'Uso
Dim instance As IVsClassView
[InterfaceTypeAttribute()]
[GuidAttribute("D7ECCE71-9C14-49A9-A93D-A5ED6286AC46")]
public interface IVsClassView
[InterfaceTypeAttribute()]
[GuidAttribute(L"D7ECCE71-9C14-49A9-A93D-A5ED6286AC46")]
public interface class IVsClassView
[<InterfaceTypeAttribute()>]
[<GuidAttribute("D7ECCE71-9C14-49A9-A93D-A5ED6286AC46")>]
type IVsClassView = interface end
public interface IVsClassView
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.