|
|
The FileInteractiveResolvedEventArgs 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 | |
|---|---|---|
|
|
FileReference |
Get file reference to be resolved
(Inherited from FileResolutionEventArgs.) |
|
|
FileReferenceType |
Get type of file reference to be resolved
(Inherited from FileResolutionEventArgs.) |
|
|
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 |
Get file reference that FileReference has been resolved to, or null if not resolved
|
|
|
ResolveToOpen |
Get whether file is being resolved in order to open it.
(Inherited from FileResolutionEventArgs.) |
|
|
Response |
Get user's response from interactive dialog.
|