ProvideToolWindowAttribute(Type) Konstruktor

Definition

Initialisiert eine neue Instanz von ProvideToolWindowAttribute.

public:
 ProvideToolWindowAttribute(Type ^ toolType);
public:
 ProvideToolWindowAttribute(Platform::Type ^ toolType);
public ProvideToolWindowAttribute (Type toolType);
new Microsoft.VisualStudio.Shell.ProvideToolWindowAttribute : Type -> Microsoft.VisualStudio.Shell.ProvideToolWindowAttribute
Public Sub New (toolType As Type)

Parameter

toolType
Type

Der Typ des Toolfensters.

Gilt für