IToolboxExtensionsSdkInfo2 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.
Provides additional information from SDK manifests.
public interface class IToolboxExtensionsSdkInfo2 : Microsoft::VisualStudio::Shell::IToolboxExtensionsSdkInfo
public interface class IToolboxExtensionsSdkInfo2 : Microsoft::VisualStudio::Shell::IToolboxExtensionsSdkInfo
__interface IToolboxExtensionsSdkInfo2 : Microsoft::VisualStudio::Shell::IToolboxExtensionsSdkInfo
public interface IToolboxExtensionsSdkInfo2 : Microsoft.VisualStudio.Shell.IToolboxExtensionsSdkInfo
type IToolboxExtensionsSdkInfo2 = interface
interface IToolboxExtensionsSdkInfo
Public Interface IToolboxExtensionsSdkInfo2
Implements IToolboxExtensionsSdkInfo
- Implements
Properties
AppliesTo |
Gets the value that is used to filter the extension SDKs. (Inherited from IToolboxExtensionsSdkInfo) |
DisplayName |
Gets the display name for the extension SDK. (Inherited from IToolboxExtensionsSdkInfo) |
Id |
Gets the identity of the extension SDK. This property contains the extension SDK path in the format “[extensionssdks root][sdkname][sdkversion]”. (Inherited from IToolboxExtensionsSdkInfo) |
MinVSVersion |
Gets the minimum Visual Studio version. This value is used to filter which extension SDKs show up in each version of Visual Studio. (Inherited from IToolboxExtensionsSdkInfo) |
Path |
The path of the SDK on disk. (Inherited from IToolboxExtensionsSdkInfo) |
TargetFramework |
Gets the value of the target frameworks to be used to filter extension SDKs in Toolbox. (Inherited from IToolboxExtensionsSdkInfo) |
TargetPlatform |
The target platform of the SDK, e.g. "Windows, Version=8.0". (Inherited from IToolboxExtensionsSdkInfo) |
Methods
GetAttributeValue(String) |
Retrieves the value of an attribute in the manifest of an Extesion SDK. |