ITypeLib.GetDocumentation Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub GetDocumentation ( _
index 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 _
)
'Usage
Dim instance As ITypeLib
Dim index As Integer
Dim refPtrFlags As UInteger
Dim pBstrName As String
Dim pBstrDocString As String
Dim pdwHelpContext As UInteger
Dim pBstrHelpFile As String
instance.GetDocumentation(index, refPtrFlags, _
pBstrName, pBstrDocString, pdwHelpContext, _
pBstrHelpFile)
void GetDocumentation(
int index,
uint refPtrFlags,
out string pBstrName,
out string pBstrDocString,
out uint pdwHelpContext,
out string pBstrHelpFile
)
void GetDocumentation(
[InAttribute] int index,
[InAttribute] unsigned int refPtrFlags,
[OutAttribute] String^% pBstrName,
[OutAttribute] String^% pBstrDocString,
[OutAttribute] unsigned int% pdwHelpContext,
[OutAttribute] String^% pBstrHelpFile
)
abstract GetDocumentation :
index:int *
refPtrFlags:uint32 *
pBstrName:string byref *
pBstrDocString:string byref *
pdwHelpContext:uint32 byref *
pBstrHelpFile:string byref -> unit
function GetDocumentation(
index : int,
refPtrFlags : uint,
pBstrName : String,
pBstrDocString : String,
pdwHelpContext : uint,
pBstrHelpFile : String
)
Parameters
- index
Type: System.Int32
- refPtrFlags
Type: System.UInt32
- pBstrName
Type: System.String%
- pBstrDocString
Type: System.String%
- pdwHelpContext
Type: System.UInt32%
- pBstrHelpFile
Type: System.String%
.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.