IToolboxExtensionsSdkType Interface

Definition

Represents a managed type from an extension SDK.

public interface class IToolboxExtensionsSdkType : Microsoft::VisualStudio::Shell::IToolboxPlatformType
public interface class IToolboxExtensionsSdkType : Microsoft::VisualStudio::Shell::IToolboxPlatformType
__interface IToolboxExtensionsSdkType : Microsoft::VisualStudio::Shell::IToolboxPlatformType
public interface IToolboxExtensionsSdkType : Microsoft.VisualStudio.Shell.IToolboxPlatformType
type IToolboxExtensionsSdkType = interface
    interface IToolboxPlatformType
    interface IToolboxType
Public Interface IToolboxExtensionsSdkType
Implements IToolboxPlatformType
Implements

Remarks

Implemented by the shell and supplied to IToolboxItemDiscovery.GetItemInfo.

Properties

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)

Applies to