Supplies information about an extension SDK.
Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
Public Interface IToolboxExtensionsSdkInfo
public interface IToolboxExtensionsSdkInfo
public interface class IToolboxExtensionsSdkInfo
type IToolboxExtensionsSdkInfo =  interface end
public interface IToolboxExtensionsSdkInfo
The IToolboxExtensionsSdkInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | AppliesTo | Gets the value that is used to filter the extension SDKs. | 
| .gif) | DisplayName | Gets the display name for the extension SDK. | 
| .gif) | Id | Gets the identity of the extension SDK. This property contains the extension SDK path in the format “\[extensionssdks root]\[sdkname]\[sdkversion]”. | 
| .gif) | MinVSVersion | Gets the minimum Visual Studio version. This value is used to filter which extension SDKs show up in each version of Visual Studio. | 
| .gif) | Path | Gets the path on the disk to the extension SDK. | 
| .gif) | TargetFramework | Gets the value of the target frameworks to be used to filter extension SDKs in Toolbox. | 
| .gif) | TargetPlatform | Gets the supported target platform. | 
Top
Remarks
This interface is implemented by the shell and supplied using SdkInfo.