IVsSymbolicNavigationManager.OnBeforeNavigateToSymbol Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'宣言
Function OnBeforeNavigateToSymbol ( _
pHierCodeFile As IVsHierarchy, _
itemidCodeFile As UInteger, _
pszRQName As String, _
<OutAttribute> ByRef pfNavigationHandled As Integer _
) As Integer
'使用
Dim instance As IVsSymbolicNavigationManager
Dim pHierCodeFile As IVsHierarchy
Dim itemidCodeFile As UInteger
Dim pszRQName As String
Dim pfNavigationHandled As Integer
Dim returnValue As Integer
returnValue = instance.OnBeforeNavigateToSymbol(pHierCodeFile, _
itemidCodeFile, pszRQName, pfNavigationHandled)
int OnBeforeNavigateToSymbol(
IVsHierarchy pHierCodeFile,
uint itemidCodeFile,
string pszRQName,
out int pfNavigationHandled
)
int OnBeforeNavigateToSymbol(
[InAttribute] IVsHierarchy^ pHierCodeFile,
[InAttribute] unsigned int itemidCodeFile,
[InAttribute] String^ pszRQName,
[OutAttribute] int% pfNavigationHandled
)
function OnBeforeNavigateToSymbol(
pHierCodeFile : IVsHierarchy,
itemidCodeFile : uint,
pszRQName : String,
pfNavigationHandled : int
) : int
Parameters
- pHierCodeFile
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
- itemidCodeFile
Type: System.UInt32
- pszRQName
Type: System.String
- pfNavigationHandled
Type: System.Int32%
Return Value
Type: System.Int32
Permissions
- 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.
See Also
Reference
IVsSymbolicNavigationManager Interface