'宣言
Public Overloads Shared Function Bind(Of T)( _ ByVal button As ToolStripItem, _ ByVal command As IDelegateCommand, _ ByVal value As T _ ) As IDisposable
public static IDisposable Bind<T>( ToolStripItem button, IDelegateCommand command, T value )
パラメータ
- button
- command
- value
型パラメータ
- T