The IAttachment type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Copy<(Of <<'(T>)>>) |
Returns a copy of the current object, including
all relevent fields/properties, resulting in a
semantically equivalent copy of the object.
(which consequently passes an object.Equals(obj1, obj2)
test).
(Inherited from ICopyable.) |
![]() | CopyFrom |
Copies all relevant fields/properties from
the target object to the current one.
(Inherited from ICopyable.) |
![]() | GetService(Type) |
Gets the service object of the specified type.
(Inherited from IServiceProvider.) |
![]() | GetService(String) | (Inherited from IServiceProvider.) |
![]() | GetService<(Of <<'(T>)>>)()()()() | (Inherited from IServiceProvider.) |
![]() | GetService<(Of <<'(T>)>>)(String) | (Inherited from IServiceProvider.) |
![]() | GetValueType | (Inherited from ICalendarDataType.) |
![]() | LoadDataFromUri()()()() |
Loads (fills) the Data property with the file designated
at the given Uri.
|
![]() | LoadDataFromUri(String, String) |
Loads (fills) the Data property with the file designated
at the given Uri.
|
![]() | LoadDataFromUri(Uri, String, String) |
Loads (fills) the Data property with the file designated
at the given Uri.
|
![]() | RemoveService(String) | (Inherited from IServiceProvider.) |
![]() | RemoveService(Type) | (Inherited from IServiceProvider.) |
![]() | SetService(Object) | (Inherited from IServiceProvider.) |
![]() | SetService(String, Object) | (Inherited from IServiceProvider.) |
![]() | SetValueType | (Inherited from ICalendarDataType.) |
Properties
Name | Description | |
---|---|---|
![]() | AssociatedObject | (Inherited from ICalendarDataType.) |
![]() | Calendar | (Inherited from ICalendarDataType.) |
![]() | Data |
A binary representation of the data that was loaded.
|
![]() | Encoding | (Inherited from IEncodableDataType.) |
![]() | FormatType |
To specify the content type of a referenced object.
This optional value should be an IANA-registered
MIME type, if specified.
|
![]() | Language | (Inherited from ICalendarDataType.) |
![]() | Parameters | (Inherited from ICalendarParameterListContainer.) |
![]() | Uri |
The URI where the attachment information can be located.
|
![]() | Value |
A unicode-encoded version of the data that was loaded.
|
![]() | ValueEncoding |
Gets/sets the encoding used to store the value.
|