GetSDKReferenceFiles.References 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.
Resolved reference items.
public:
property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ References { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] References { get; }
[<Microsoft.Build.Framework.Output>]
member this.References : Microsoft.Build.Framework.ITaskItem[]
Public ReadOnly Property References As ITaskItem()
Property Value
Returns ITaskItem.
- Attributes