Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'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
do not use
- bstrOptions
Type: System.String
do not use
Return Value
Type: System.Object
Returns a help object.
.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.