IToolboxPlatformType Interface

Definition

Represents a managed type with an associated platform. Other interfaces derive from this interface to add additional metadata.

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

Remarks

Implemented by the shell and supplied to IToolboxItemDiscovery.GetItemInfo.

Properties

AssemblyInfo

Gets information about an assembly.

(Inherited from IToolboxType)
TargetPlatform

Gets the target platform information.

Type

Gets the managed type.

(Inherited from IToolboxType)

Applies to