IToolboxExtensionsSdkInfo Interface

Definition

Supplies information about an extension 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

Gets the path on the disk to the extension SDK.

TargetFramework

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

TargetPlatform

Gets the supported target platform.

Applies to