Help.GetObject Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'宣言
Function GetObject ( _
bstrMoniker As String, _
bstrOptions As String _
) As Object
'使用
Dim instance As Help
Dim bstrMoniker As String
Dim bstrOptions As String
Dim returnValue As Object
returnValue = instance.GetObject(bstrMoniker, _
bstrOptions)
Object GetObject(
string bstrMoniker,
string bstrOptions
)
Object^ GetObject(
[InAttribute] String^ bstrMoniker,
[InAttribute] String^ bstrOptions
)
function GetObject(
bstrMoniker : String,
bstrOptions : String
) : Object
Parameters
bstrMoniker
Type: System.Stringdo not use
bstrOptions
Type: System.Stringdo not use
Return Value
Type: System.Object
Returns a help object.
Permissions
- 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.