ResolveAssemblyReference.FullTargetFrameworkSubsetNames Property

Definition

Provide a set of names which if seen in the TargetFrameworkSubset list will cause the ignoring of TargetFrameworkSubsets.

Full, Complete

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property cli::array <System::String ^> ^ FullTargetFrameworkSubsetNames { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] FullTargetFrameworkSubsetNames { get; set; }
public string[] FullTargetFrameworkSubsetNames { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; set; }
member this.FullTargetFrameworkSubsetNames : string[] with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.FullTargetFrameworkSubsetNames : string[] with get, set
Public Property FullTargetFrameworkSubsetNames As String()

Property Value

String[]

A string value that contains subset names.

Attributes

Remarks

Provides a set of names that, if seen in the TargetFrameworkSubset list, causes TargetFrameworkSubsets to be ignored.

Applies to