VsSymbolicNavigationManagerClass Class
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Shell.Interop.VsSymbolicNavigationManagerClass
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("3FD6EE6A-1DF2-4305-9946-2146D0E16930")> _
Public Class VsSymbolicNavigationManagerClass _
Implements IVsSymbolicNavigationManager, VsSymbolicNavigationManager
[ClassInterfaceAttribute()]
[GuidAttribute("3FD6EE6A-1DF2-4305-9946-2146D0E16930")]
public class VsSymbolicNavigationManagerClass : IVsSymbolicNavigationManager,
VsSymbolicNavigationManager
[ClassInterfaceAttribute()]
[GuidAttribute(L"3FD6EE6A-1DF2-4305-9946-2146D0E16930")]
public ref class VsSymbolicNavigationManagerClass : IVsSymbolicNavigationManager,
VsSymbolicNavigationManager
[<ClassInterfaceAttribute()>]
[<GuidAttribute("3FD6EE6A-1DF2-4305-9946-2146D0E16930")>]
type VsSymbolicNavigationManagerClass =
class
interface IVsSymbolicNavigationManager
interface VsSymbolicNavigationManager
end
public class VsSymbolicNavigationManagerClass implements IVsSymbolicNavigationManager, VsSymbolicNavigationManager
The VsSymbolicNavigationManagerClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VsSymbolicNavigationManagerClass |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnBeforeNavigateToSymbol | ||
QueryNavigateToSymbol | ||
RegisterSymbolicNavigationNotify | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnregisterSymbolicNavigationNotify |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.