IToolboxPlatformType Interface

 

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

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

public interface IToolboxPlatformType : IToolboxType

NameDescription
System_CAPS_pubpropertyAssemblyInfo

Gets information about an assembly.(Inherited from IToolboxType.)

System_CAPS_pubpropertyTargetPlatform

Gets the target platform information.

System_CAPS_pubpropertyType

Gets the managed type.(Inherited from IToolboxType.)

This interface is implemented by the shell and supplied to GetItemInfo.

Return to top
Show: