다음을 통해 공유


IVsLanguageDebugInfo.GetLocationOfName Method

Deprecated. Do not use.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

‘선언
Function GetLocationOfName ( _
    pszName As String, _
    <OutAttribute> ByRef pbstrMkDoc As String, _
    <OutAttribute> pspanLocation As TextSpan() _
) As Integer
‘사용 방법
Dim instance As IVsLanguageDebugInfo
Dim pszName As String
Dim pbstrMkDoc As String
Dim pspanLocation As TextSpan()
Dim returnValue As Integer

returnValue = instance.GetLocationOfName(pszName, _
    pbstrMkDoc, pspanLocation)
int GetLocationOfName(
    string pszName,
    out string pbstrMkDoc,
    TextSpan[] pspanLocation
)
int GetLocationOfName(
    [InAttribute] String^ pszName, 
    [OutAttribute] String^% pbstrMkDoc, 
    [OutAttribute] array<TextSpan>^ pspanLocation
)
abstract GetLocationOfName : 
        pszName:string * 
        pbstrMkDoc:string byref * 
        pspanLocation:TextSpan[] byref -> int 
function GetLocationOfName(
    pszName : String, 
    pbstrMkDoc : String, 
    pspanLocation : TextSpan[]
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsLanguageDebugInfo Interface

IVsLanguageDebugInfo Members

Microsoft.VisualStudio.TextManager.Interop Namespace