IToolboxExtensionsSdkType Interface
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
‘선언
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.