AsyncModelingPackage.CreateToolWindow 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CreateToolWindow(Guid, UInt32) |
Create 指定的工具視窗。 |
CreateToolWindow(Guid, UInt32, Object) |
CreateToolWindow(Guid, UInt32)
Create 指定的工具視窗。
public:
virtual int CreateToolWindow(Guid % rguidPersistenceSlot, System::UInt32 dwToolWindowId);
public int CreateToolWindow (ref Guid rguidPersistenceSlot, uint dwToolWindowId);
override this.CreateToolWindow : Guid * uint32 -> int
Public Function CreateToolWindow (ByRef rguidPersistenceSlot As Guid, dwToolWindowId As UInteger) As Integer
參數
- rguidPersistenceSlot
- Guid
- dwToolWindowId
- UInt32
傳回
實作
適用於
CreateToolWindow(Guid, UInt32, Object)
public:
virtual void CreateToolWindow(Guid guidPersistenceSlot, System::UInt32 dwToolWindowId, System::Object ^ context);
public void CreateToolWindow (Guid guidPersistenceSlot, uint dwToolWindowId, object context);
override this.CreateToolWindow : Guid * uint32 * obj -> unit
Public Sub CreateToolWindow (guidPersistenceSlot As Guid, dwToolWindowId As UInteger, context As Object)
參數
- guidPersistenceSlot
- Guid
- dwToolWindowId
- UInt32
- context
- Object