ResolveAssemblyReference.ResolvedSDKReferences 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.
A list of resolved SDK references which contain the sdk name, sdk location and the targeted configuration. These locations will only be searched if the reference has the SDKName metadata attached to it.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ ResolvedSDKReferences { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
public Microsoft.Build.Framework.ITaskItem[] ResolvedSDKReferences { get; set; }
member this.ResolvedSDKReferences : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property ResolvedSDKReferences As ITaskItem()
Property Value
A list of resolved SDK references.