IToolboxExtensionsSdkType Interface

 

Represents a managed type from an extension SDK.

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

public interface IToolboxExtensionsSdkType : IToolboxPlatformType, 
	IToolboxType

NameDescription
System_CAPS_pubpropertyAssemblyInfo

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

System_CAPS_pubpropertySdkInfo

Gets information about the extension SDK.

System_CAPS_pubpropertyTargetPlatform

Gets the target platform information.(Inherited from IToolboxPlatformType.)

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: