|
![]() |
The FileResolvedEventArgs 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 | |
---|---|---|
![]() |
FileNameToOpen |
Get file name to open to read contents of resolved reference. Same as ResolvedFileReference
if file is local. Null if not resolved or file is remote and has not been downloaded.
|
![]() |
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
|
![]() |
ResolvedFileReferenceType |
Get type of file reference to be resolved
|
![]() |
ResolveToOpen |
Get whether file is being resolved in order to open it.
(Inherited from FileResolutionEventArgs.) |