Aracılığıyla paylaş


IVsToolWindowFactory Arabirim

Tanım

VSPackage'lara birden çok araç penceresi oluşturma olanağı sağlar.

public interface class IVsToolWindowFactory
public interface class IVsToolWindowFactory
__interface IVsToolWindowFactory
[System.Runtime.InteropServices.Guid("A7A1C907-C3D2-4ACB-9114-4EE23B6FCF7E")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsToolWindowFactory
[System.Runtime.InteropServices.Guid("A7A1C907-C3D2-4ACB-9114-4EE23B6FCF7E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsToolWindowFactory
[<System.Runtime.InteropServices.Guid("A7A1C907-C3D2-4ACB-9114-4EE23B6FCF7E")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsToolWindowFactory = interface
[<System.Runtime.InteropServices.Guid("A7A1C907-C3D2-4ACB-9114-4EE23B6FCF7E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsToolWindowFactory = interface
Public Interface IVsToolWindowFactory
Türetilmiş
Öznitelikler

Açıklamalar

VSPackage'ınız çok örnekli araç pencerelerini destekliyorsa bu arabirimi uygulamanız gerekir.

Uygulayanlara Notlar

Çok örnekli araç pencerelerini destekleyen VSPackage'lar tarafından uygulanır.

Arayanlara Notlar

Kullanıcı yeni bir araç penceresi istediğinde ortam tarafından çağrılır.

Yöntemler

CreateToolWindow(Guid, UInt32)

Ortamın VSPackage'lar tarafından uygulanan birden çok isteğe bağlı araç penceresi oluşturmasını sağlar.

Şunlara uygulanır