次の方法で共有


EventSinkCollection.SetAt Method

Updates the event associated with the given cookie.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'宣言
Public Sub SetAt ( _
    cookie As UInteger, _
    value As Object _
)
public void SetAt(
    uint cookie,
    Object value
)

Parameters

  • value
    Type: System.Object
    The value to which the event sink is set.

.NET Framework Security

See Also

Reference

EventSinkCollection Class

Microsoft.VisualStudio.Shell Namespace