Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deprecated. Do not use.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Function GetLocationOfName ( _
pszName As String, _
<OutAttribute> ByRef pbstrMkDoc As String, _
<OutAttribute> pspanLocation As TextSpan() _
) As Integer
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
pszName
Type: System.StringDo not use.
pbstrMkDoc
Type: System.String%Do not use.
pspanLocation
Type: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]Do not use.
Return Value
Type: System.Int32
.NET Framework Security
- 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.