GetSDKReferenceFiles.CopyLocalFiles 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.
Files that need to be copied locally, this is the reference assemblies and the xml intellisense files.
public:
property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ CopyLocalFiles { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] CopyLocalFiles { get; }
[<Microsoft.Build.Framework.Output>]
member this.CopyLocalFiles : Microsoft.Build.Framework.ITaskItem[]
Public ReadOnly Property CopyLocalFiles As ITaskItem()
Property Value
Returns ITaskItem.
- Attributes