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