DataTransfer.Files 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.
Contains a list of all the local files available on the data transfer. If the drag operation doesn't involve dragging files, this property is an empty list.
public:
property cli::array <System::String ^> ^ Files { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] Files { get; set; }
member this.Files : string[] with get, set
Public Property Files As String()
Property Value
String[]