Bagikan melalui


StandardToolWindows.TaskList Bidang

Definisi

Mendapatkan GUID untuk daftar tugas. Bidang ini hanya-baca.

public: static initonly Guid TaskList;
public static readonly Guid TaskList;
 staticval mutable TaskList : Guid
Public Shared ReadOnly TaskList As Guid 

Nilai Bidang

Contoh

Contoh kode berikut menunjukkan cara menggunakan StandardToolWindows untuk menampilkan jendela alat standar. Contoh kode ini adalah bagian dari contoh yang lebih besar yang disediakan untuk IUIService antarmuka.

IUIService^ UIservice = dynamic_cast<IUIService^>(this->GetService( System::Windows::Forms::Design::IUIService::typeid ));
if ( UIservice != nullptr )
      UIservice->ShowToolWindow( StandardToolWindows::TaskList );
IUIService UIservice = (IUIService)this.GetService( 
    typeof( System.Windows.Forms.Design.IUIService ) );
if( UIservice != null )            
    UIservice.ShowToolWindow(StandardToolWindows.TaskList);
Dim UIservice As IUIService = CType(Me.GetService( _
    GetType(System.Windows.Forms.Design.IUIService)), IUIService)
If (UIservice IsNot Nothing) Then
    UIservice.ShowToolWindow(StandardToolWindows.TaskList)
End If

Berlaku untuk

Lihat juga