ResolveSDKReference.SDKReferences 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.
Set of SDK References to resolve to paths on disk
public:
property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ SDKReferences { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
[Microsoft.Build.Framework.Required]
public Microsoft.Build.Framework.ITaskItem[] SDKReferences { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.SDKReferences : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property SDKReferences As ITaskItem()
Property Value
Returns ITaskItem.
- Attributes