SDKManifest.Attributes Class
Contains the attributes found in the SDKManifest.xml file.
Inheritance Hierarchy
System.Object
Microsoft.Build.Utilities.SDKManifest.Attributes
Namespace: Microsoft.Build.Utilities
Assembly: Microsoft.Build.Utilities.Core (in Microsoft.Build.Utilities.Core.dll)
Syntax
'Declaration
Public NotInheritable Class Attributes
public static class Attributes
public ref class Attributes abstract sealed
[<AbstractClass>]
[<Sealed>]
type Attributes = class end
public final class Attributes
The SDKManifest.Attributes type exposes the following members.
Fields
Name | Description | |
---|---|---|
APPX | Specifies the APPX manifest. | |
AppxLocation | Specifies the appx location. | |
CopyLocalExpandedReferenceAssemblies | Specifies the value found in the SDKManifest.xml file. | |
CopyRedist | Specifies the value found in the SDKManifest.xml file. | |
CopyRedistToSubDirectory | Specifies the value found in the SDKManifest.xml file. | |
DependsOnSDK | Specifies the value found in the SDKManifest.xml file. | |
DisplayName | Specifies the value found in the SDKManifest.xml file. | |
ExpandReferenceAssemblies | Specifies the value found in the SDKManifest.xml file. | |
FrameworkIdentity | Specifies the value found in the SDKManifest.xml file. | |
MaxOSVersionTested | Specifies the value found in the SDKManifest.xml file. | |
MaxPlatformVersion | Specifies the value found in the SDKManifest.xml file. | |
MinOSVersion | Specifies the value found in the SDKManifest.xml file. | |
MinVSVersion | Specifies the value found in the SDKManifest.xml file. | |
MoreInfo | Specifies the value found in the SDKManifest.xml file. | |
PlatformIdentity | Specifies the value found in the SDKManifest.xml file. | |
ProductFamilyName | Specifies the value found in the SDKManifest.xml file. | |
SDKType | Specifies the value found in the SDKManifest.xml file.In versions previous to Visual Studio 2015, a string; starting in Visual Studio 2015, an enum. | |
SupportedArchitectures | Specifies the value found in the SDKManifest.xml file. | |
SupportPrefer32Bit | Specifies the value found in the SDKManifest.xml file. | |
SupportsMultipleVersions | Specifies the value found in the SDKManifest.xml file. | |
TargetedSDK | Specifies the value found in the SDKManifest.xml file. | |
TargetedSDKConfiguration | Specifies the value found in the SDKManifest.xml file. | |
TargetPlatform | The platform that the SDK targets.Introduced in Visual Studio 2015. | |
TargetPlatformMinVersion | The minimum version of the platform that the SDK targets.Introduced in Visual Studio 2015. | |
TargetPlatformVersion | The max version of the platform that the SDK targets. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.