הערה
גישה לעמוד זה דורשת אישור. אתה יכול לנסות להיכנס או לשנות תיקיות.
גישה לעמוד זה דורשת אישור. אתה יכול לנסות לשנות מדריכים.
Gets the smallest start line and largest end line for the method in a specific document.
Syntax
HRESULT GetSourceExtentInDocument(
[in] ISymUnmanagedDocument *document,
[out] ULONG32* pstartLine,
[out] ULONG32* pendLine);
Parameters
document
[in] A pointer to the document.
pstartLine
[out] A pointer to a ULONG32 that receives the start line.
pendLine
[out] A pointer to a ULONG32 that receives the end line.
Return Value
S_OK if the method succeeds; otherwise, E_FAIL or some other error code.
Requirements
Header: CorSym.idl, CorSym.h
See also
שתפו איתנו פעולה ב-GitHub
המקור לתוכן זה נמצא ב-GitHub, שם ניתן גם ליצור ולבחון בעיות ולמשוך בקשות. למידע נוסף, ראו את מדריך התורמים שלנו.