DesignerActionService.GetComponentServiceActions Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mengambil tag pintar model pendorongan yang terkait dengan komponen.
protected:
virtual void GetComponentServiceActions(System::ComponentModel::IComponent ^ component, System::ComponentModel::Design::DesignerActionListCollection ^ actionLists);
protected virtual void GetComponentServiceActions(System.ComponentModel.IComponent component, System.ComponentModel.Design.DesignerActionListCollection actionLists);
abstract member GetComponentServiceActions : System.ComponentModel.IComponent * System.ComponentModel.Design.DesignerActionListCollection -> unit
override this.GetComponentServiceActions : System.ComponentModel.IComponent * System.ComponentModel.Design.DesignerActionListCollection -> unit
Protected Overridable Sub GetComponentServiceActions (component As IComponent, actionLists As DesignerActionListCollection)
Parameter
- component
- IComponent
Komponen yang dikaitkan dengan tag pintar.
- actionLists
- DesignerActionListCollection
Koleksi untuk menambahkan tag pintar terkait.
Pengecualian
Satu atau kedua parameter adalah null.
Keterangan
Metode GetComponentServiceActions ini adalah metode pembantu GetComponentActions untuk metode . Ini mencari tag pintar model push jenis Service, dan kemudian menambahkannya ke koleksi yang disediakan actionLists .