IToolboxPlatformTypeByName Interface

Definition

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

public interface class IToolboxPlatformTypeByName : Microsoft::VisualStudio::Shell::IToolboxTypeByName
public interface IToolboxPlatformTypeByName : Microsoft.VisualStudio.Shell.IToolboxTypeByName
type IToolboxPlatformTypeByName = interface
    interface IToolboxTypeByName
Public Interface IToolboxPlatformTypeByName
Implements IToolboxTypeByName
Derived
Implements

Remarks

Implemented by the shell and supplied to IToolboxItemDiscovery.GetItemInfo.

Properties

AssemblyInfo (Inherited from IToolboxTypeByName)
TargetPlatform
TypeFullName (Inherited from IToolboxTypeByName)

Applies to