AsyncModelingPackage.CreateToolWindow Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
CreateToolWindow(Guid, UInt32) |
Create a janela de ferramentas especificada. |
CreateToolWindow(Guid, UInt32, Object) |
CreateToolWindow(Guid, UInt32)
Create a janela de ferramentas especificada.
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
Parâmetros
- rguidPersistenceSlot
- Guid
- dwToolWindowId
- UInt32
Retornos
Implementações
Aplica-se a
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)
Parâmetros
- guidPersistenceSlot
- Guid
- dwToolWindowId
- UInt32
- context
- Object