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.
Displays the code for the default event handler. Inherited from ICodeNavigate.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function DisplayDefaultEventHandler ( _
lpstrObjectName As String _
) As Integer
int DisplayDefaultEventHandler(
string lpstrObjectName
)
int DisplayDefaultEventHandler(
[InAttribute] String^ lpstrObjectName
)
abstract DisplayDefaultEventHandler :
lpstrObjectName:string -> int
function DisplayDefaultEventHandler(
lpstrObjectName : String
) : int
Parameters
- lpstrObjectName
Type: System.String
[in] Pointer to a string containing the name of the object.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
ICodeNavigate.DisplayDefaultEventHandler(String)
Remarks
COM Signature
From designer.idl:
HRESULT ICodeNavigate2::DisplayDefaultEventHandler(
[in] LPCOLESTR lpstrObjectName
);
.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.