API Reference
Class
OneNoteOpaqueObject
An unsupported object retained byte-for-byte for diagnostics and round-trip writing.
Inheritance
- Object
- OneNoteOpaqueObject
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OneNoteNotebook.UnknownObjects
- Property OneNotePage.UnknownObjects
- Property OneNoteRevision.UnknownObjects
- Property OneNoteSection.UnknownObjects
- Property OneNoteSectionGroup.UnknownObjects
Constructors
public OneNoteOpaqueObject() #Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public OneNoteExtendedGuid Id { get; set; } #Object identifier when available. Serialization assigns and retains one for a new opaque object.
public UInt32 Jcid { get; set; } #JCID value that identifies the object type.
public Int32 Ordinal { get; set; } #Original ordinal within its object group.
public IList<OneNoteOpaqueProperty> Properties { get; } #Unsupported properties decoded from the object.