IToolboxPlatformType Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a managed type with an associated platform. Other interfaces derive from this 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) |