ISymENCUnmanagedMethod::GetDocumentsForMethod Method
Gets the documents that this method has lines in.
Syntax
HRESULT GetDocumentsForMethod(
[in] ULONG32 cDocs,
[out] ULONG32 *pcDocs,
[in, size_is(cDocs)] ISymUnmanagedDocument* documents[]);
Parameters
cDocs
[in] The length of the buffer pointed to by pcDocs
.
pcDocs
[out] A pointer to a ULONG32
that receives the size, in characters, of the buffer required to contain the documents.
documents
[in] The buffer that contains the documents.
Return Value
S_OK if the method succeeds; otherwise, an error code.
Requirements
Header: CorSym.idl, CorSym.h
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.