StructuredCompositeActivityDesigner.GetNextSelectableObject 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.
Mengembalikan objek pertama yang dapat dipilih yang mengikuti objek yang ditentukan dalam urutan navigasi untuk saat ini StructuredCompositeActivityDesigner.
public:
override System::Object ^ GetNextSelectableObject(System::Object ^ current, System::Workflow::ComponentModel::Design::DesignerNavigationDirection direction);
public override object GetNextSelectableObject(object current, System.Workflow.ComponentModel.Design.DesignerNavigationDirection direction);
override this.GetNextSelectableObject : obj * System.Workflow.ComponentModel.Design.DesignerNavigationDirection -> obj
Public Overrides Function GetNextSelectableObject (current As Object, direction As DesignerNavigationDirection) As Object
Parameter
- current
- Object
Objek saat ini dalam urutan navigasi.
- direction
- DesignerNavigationDirection
DesignerNavigationDirection yang menentukan urutan navigasi perancang.
Mengembalikan
Yang pertama dapat Object dipilih yang mengikuti obj parameter dalam urutan navigasi.