ResolveAssemblyReference.FullTargetFrameworkSubsetNames 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.
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; }
member this.FullTargetFrameworkSubsetNames : string[] with get, set
Public Property FullTargetFrameworkSubsetNames As String()
Property Value
- String[]
A string value that contains subset names.
Remarks
Provides a set of names that, if seen in the TargetFrameworkSubset list, causes TargetFrameworkSubsets to be ignored.