IToolboxExtensionsSdkInfo Interface

Definition

Supplies information about an extensions SDK.

public interface class IToolboxExtensionsSdkInfo
public interface class IToolboxExtensionsSdkInfo
__interface IToolboxExtensionsSdkInfo
public interface IToolboxExtensionsSdkInfo
type IToolboxExtensionsSdkInfo = interface
Public Interface IToolboxExtensionsSdkInfo
Derived

Remarks

Implemented by the shell and supplied via IToolboxExtensionsSdkType.SdkInfo. See the SDK schema documentation for details about these properties.

Properties

AppliesTo

Gets the value that is used to filter the extension SDKs.

DisplayName

Gets the display name for the extension SDK.

Id

Gets the identity of the extension SDK. This property contains the extension SDK path in the format “[extensionssdks root][sdkname][sdkversion]”.

MinVSVersion

Gets the minimum Visual Studio version. This value is used to filter which extension SDKs show up in each version of Visual Studio.

Path

The path of the SDK on disk.

TargetFramework

Gets the value of the target frameworks to be used to filter extension SDKs in Toolbox.

TargetPlatform

The target platform of the SDK, e.g. "Windows, Version=8.0".

Applies to