FileScannerEventArgs.TryGetContent<T>(T) Method
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.
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