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
Public fieldStatic member APPX Specifies the APPX manifest.
Public fieldStatic member AppxLocation Specifies the appx location.
Public fieldStatic member CopyLocalExpandedReferenceAssemblies Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member CopyRedist Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member CopyRedistToSubDirectory Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member DependsOnSDK Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member DisplayName Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member ExpandReferenceAssemblies Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member FrameworkIdentity Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member MaxOSVersionTested Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member MaxPlatformVersion Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member MinOSVersion Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member MinVSVersion Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member MoreInfo Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member PlatformIdentity Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member ProductFamilyName Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member 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.
Public fieldStatic member SupportedArchitectures Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member SupportPrefer32Bit Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member SupportsMultipleVersions Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member TargetedSDK Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member TargetedSDKConfiguration Specifies the value found in the SDKManifest.xml file.
Public fieldStatic member TargetPlatform The platform that the SDK targets.Introduced in Visual Studio 2015.
Public fieldStatic member TargetPlatformMinVersion The minimum version of the platform that the SDK targets.Introduced in Visual Studio 2015.
Public fieldStatic member 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.

See Also

Reference

Microsoft.Build.Utilities Namespace