HostEventAttribute.HostEventMethodType Property (2007 System)
Gets or sets a value that specifies the kind of event accessor method the host application will use for this event in the proxy type.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)
Syntax
'Declaration
Public Property HostEventMethodType As HostEventMethodType
'Usage
Dim instance As HostEventAttribute
Dim value As HostEventMethodType
value = instance.HostEventMethodType
instance.HostEventMethodType = value
public HostEventMethodType HostEventMethodType { get; set; }
public:
property HostEventMethodType HostEventMethodType {
HostEventMethodType get ();
void set (HostEventMethodType value);
}
public function get HostEventMethodType () : HostEventMethodType
public function set HostEventMethodType (value : HostEventMethodType)
Property Value
Type: Microsoft.VisualStudio.Tools.Applications.Runtime.HostEventMethodType
A value that specifies the kind of event accessor method the host application will use for this event in the proxy type.