ProjectHostItem.IVstaProjectHostItem.IsEventHandled Method

For a description of this member, see IVstaProjectHostItem.IsEventHandled.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Private Function IsEventHandled ( _
    target As CodeExpression, _
    eventName As String, _
    <OutAttribute> ByRef handlerName As String _
) As Boolean Implements IVstaProjectHostItem.IsEventHandled
'Usage
Dim instance As ProjectHostItem 
Dim target As CodeExpression 
Dim eventName As String 
Dim handlerName As String 
Dim returnValue As Boolean 

returnValue = CType(instance, IVstaProjectHostItem).IsEventHandled(target, _
    eventName, handlerName)
bool IVstaProjectHostItem.IsEventHandled(
    CodeExpression target,
    string eventName,
    out string handlerName
)
private:
virtual bool IsEventHandled(
    CodeExpression^ target, 
    String^ eventName, 
    [OutAttribute] String^% handlerName
) sealed = IVstaProjectHostItem::IsEventHandled
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Boolean

Implements

IVstaProjectHostItem.IsEventHandled(CodeExpression, String, String%)

Remarks

This member is an explicit interface implementation. It can be used only when the ProjectHostItem instance is cast to an IVstaProjectHostItem interface.

.NET Framework Security

See Also

Reference

ProjectHostItem Class

ProjectHostItem Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace