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

'Declaration
Public Interface IToolboxExtensionsSdkType _
    Inherits IToolboxPlatformType, IToolboxType
public interface IToolboxExtensionsSdkType : IToolboxPlatformType, 
    IToolboxType
public interface class IToolboxExtensionsSdkType : IToolboxPlatformType, 
    IToolboxType
type IToolboxExtensionsSdkType =  
    interface 
        interface IToolboxPlatformType 
        interface IToolboxType 
    end
public interface IToolboxExtensionsSdkType extends 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