IToolboxExtensionsSdkType 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 from an extensions SDK.
public interface class IToolboxExtensionsSdkType : Microsoft::VisualStudio::Shell::IToolboxPlatformType
public interface class IToolboxExtensionsSdkType : Microsoft::VisualStudio::Shell::IToolboxPlatformType
__interface IToolboxExtensionsSdkType : Microsoft::VisualStudio::Shell::IToolboxPlatformType
public interface IToolboxExtensionsSdkType : Microsoft.VisualStudio.Shell.IToolboxPlatformType
type IToolboxExtensionsSdkType = interface
interface IToolboxPlatformType
interface IToolboxType
Public Interface IToolboxExtensionsSdkType
Implements IToolboxPlatformType
- Implements
Remarks
Implemented by the shell and supplied to IToolboxItemDiscovery.GetItemInfo.
Properties
AssemblyInfo |
Gets information about an assembly. (Inherited from IToolboxType) |
SdkInfo |
Gets information about the extension SDK. |
TargetPlatform |
Gets the target platform information. (Inherited from IToolboxPlatformType) |
Type |
Gets the managed type. (Inherited from IToolboxType) |