Help2.GetObject Method (String, String)
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.VSHelp80
Assembly: Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.dll)
Syntax
'Declaration
Function GetObject ( _
bstrMoniker As String, _
bstrOptions As String _
) As Object
Object GetObject(
string bstrMoniker,
string bstrOptions
)
Object^ GetObject(
[InAttribute] String^ bstrMoniker,
[InAttribute] String^ bstrOptions
)
abstract GetObject :
bstrMoniker:string *
bstrOptions:string -> Object
function GetObject(
bstrMoniker : String,
bstrOptions : String
) : Object
Parameters
bstrMoniker
Type: System.String
bstrOptions
Type: System.String
Return Value
Type: System.Object
Returns a help object.
Implements
Help.GetObject(String, 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.