Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
Function GetObject ( _
bstrMoniker As String, _
bstrOptions As String _
) As Object
'Utilisation
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.