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