FileDataResult<T> Class

Definition

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

Applies to