|
![]() |
The FileInteractiveResolvingEventArgs type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
DisplayString |
Get string to display to the end user explaining what sort of file is being resolved
|
![]() |
FileReference |
Get file reference to be resolved
(Inherited from FileResolutionEventArgs.) |
![]() |
FileReferenceType |
Get type of file reference to be resolved
(Inherited from FileResolutionEventArgs.) |
![]() |
Handled |
Set whether event handler has handled interactive file resolution.
If set to true, default interactive file resolution will not occur.
|
![]() |
ReferringFileName |
Get file name that is referring to file to be resolved, or null if not known
(Inherited from FileResolutionEventArgs.) |
![]() |
ReferringFileNameAsSaved |
Get file name that is referring to file to be resolved as it was when saved, or null if not known
(Inherited from FileResolutionEventArgs.) |
![]() |
ResolvedFileReference |
Set file reference that FileReference has been resolved to by interactively
asking user. Leave as null if file can’t be resolved.
|
![]() |
ResolveToOpen |
Get whether file is being resolved in order to open it.
(Inherited from FileResolutionEventArgs.) |
![]() |
Response |
Set user's response from interactive dialog.
|