FileDataResult<T> Class
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.
Class FileDataResult Provide data from a previously indexed data of a file scanner provider
generic <typename T>
public ref class FileDataResult
template <typename T>
[Windows::Foundation::Metadata::WebHostHidden]
class FileDataResult
public class FileDataResult<T>
type FileDataResult<'T> = class
Public Class FileDataResult(Of T)
Type Parameters
- T
Type of the data being retrieved
- Inheritance
-
FileDataResult<T>
Constructors
FileDataResult<T>(String, T, String, String) |
Initializes a new instance of the FileDataResult<T> class. |
Properties
Context |
Optional Context |
Name |
Name of the Value |
Target |
Optional Target |
Value |
Value data |