IProjectConfigurationSnapshot.Capabilities Property
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.
Gets a collection of the configuration's capabilities. This is only available in SDK style projects.
public System.Collections.Immutable.ImmutableHashSet<string> Capabilities { get; }
member this.Capabilities : System.Collections.Immutable.ImmutableHashSet<string>
Public ReadOnly Property Capabilities As ImmutableHashSet(Of String)