FileScannerEventArgs.TryGetContent<T>(T) Method

Definition

Query a content value

public:
generic <typename T>
 bool TryGetContent([Runtime::InteropServices::Out] T % value);
public bool TryGetContent<T> (out T value);
member this.TryGetContent : 'T -> bool
Public Function TryGetContent(Of T) (ByRef value As T) As Boolean

Type Parameters

T

Type of expected content

Parameters

value
T

Result of the data value or null if not found

Returns

True if type content is found

Applies to