ITypeInfo.GetDocumentation, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub GetDocumentation ( _
memid As Integer, _
refPtrFlags As UInteger, _
<OutAttribute> ByRef pBstrName As String, _
<OutAttribute> ByRef pBstrDocString As String, _
<OutAttribute> ByRef pdwHelpContext As UInteger, _
<OutAttribute> ByRef pBstrHelpFile As String _
)
void GetDocumentation(
int memid,
uint refPtrFlags,
out string pBstrName,
out string pBstrDocString,
out uint pdwHelpContext,
out string pBstrHelpFile
)
Paramètres
- memid
Type : System.Int32
- refPtrFlags
Type : System.UInt32
- pBstrName
Type : System.String%
- pBstrDocString
Type : System.String%
- pdwHelpContext
Type : System.UInt32%
- pBstrHelpFile
Type : System.String%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.