ProjectedQueryFileNameEventArgs Properties |
The ProjectedQueryFileNameEventArgs type exposes the following members.
Name | Description | |
---|---|---|
CommandId |
Gets a value that uniquely identifies a particular invocation of a callback.
(Inherited from ProjectedEventArgs.) | |
FileExists |
Gets or sets a value that indicates whether the item exists or not.
| |
FilePath |
Gets the path to the target file. This path is always specified relative to the virtualization root.
(Inherited from ProjectedEventArgs.) | |
Handled |
Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.
| |
InstanceId |
Gets a value that identifies the virtualization instance.
(Inherited from ProjectedEventArgs.) | |
TriggeringProcess |
Gets the process that triggered this callback. If this information is not available, this will be null.
(Inherited from ProjectedEventArgs.) | |
TriggeringProcessId |
Gets the process identifier for the process that triggered this callback. If this information is not available, this will be 0.
(Inherited from ProjectedEventArgs.) | |
VersionInfo |
Gets the version information if the target of the callback is a placeholder or partial file.
(Inherited from ProjectedEventArgs.) |