|
|
The SavedItemReference type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
SavedItemReference()()()() |
Creates an empty reference.
|
|
|
SavedItemReference(SavedItemReference) |
Creates a copy of a saved item reference.
|
|
|
SavedItemReference(String, String) |
Creates a reference to a saved item in a document part.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
Equals | (Overrides NativeHandle..::..Equals(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 NativeHandle.) |
|
|
GetHashCode | (Overrides NativeHandle..::..GetHashCode()()()().) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Overrides NativeHandle..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
|
|
DisplayString |
Display string for the reference.
|
|
|
DocumentPartId |
Identifies the document part containing the item.
|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsNull |
True if this doesn't reference any saved item.
|
|
|
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
|
|
SavedItemId |
Identifies a saved item within a particular document part.
|