IFileHandler.InspectAsync 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.
Create file inspector for the object if possible, useful when trying to inspect (e.g.reading body) supported formats.
public System.Threading.Tasks.Task<Microsoft.InformationProtection.File.IFileInspector> InspectAsync ();
abstract member InspectAsync : unit -> System.Threading.Tasks.Task<Microsoft.InformationProtection.File.IFileInspector>
Public Function InspectAsync () As Task(Of IFileInspector)
Returns
A task that represents the asynchronous File inspect operation. The value of the TResult
parameter contains the inspector.