Share via


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
Public property AssemblyInfo Gets information about an assembly. (Inherited from IToolboxType.)
Public property SdkInfo Gets information about the extension SDK.
Public property TargetPlatform Gets the target platform information. (Inherited from IToolboxPlatformType.)
Public property Type Gets the managed type. (Inherited from IToolboxType.)

Top

Remarks

This interface is implemented by the shell and supplied to GetItemInfo.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace