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