Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a managed type from an extension SDK.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
Public Interface IToolboxExtensionsSdkType _
Inherits IToolboxPlatformType, IToolboxType
public interface IToolboxExtensionsSdkType : IToolboxPlatformType,
IToolboxType
The IToolboxExtensionsSdkType type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
AssemblyInfo | Gets information about an assembly. (Inherited from IToolboxType.) |
![]() |
SdkInfo | Gets information about the extension SDK. |
![]() |
TargetPlatform | Gets the target platform information. (Inherited from IToolboxPlatformType.) |
![]() |
Type | Gets the managed type. (Inherited from IToolboxType.) |
Top
Remarks
This interface is implemented by the shell and supplied to GetItemInfo.
.gif)