ContentPosition Class

Definition

Abstract class that represents the position of content. This position is content specific.

public ref class ContentPosition abstract
public abstract class ContentPosition
type ContentPosition = class
Public MustInherit Class ContentPosition
Inheritance
ContentPosition
Derived

Remarks

Inherit from this class to describe the position of associated content.

Constructors

ContentPosition()

Call this constructor as the initializer of a derived class' constructor, in order to properly initialize a class derived from ContentPosition.

Fields

Missing

Static representation of a non-existent ContentPosition.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(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()

Returns a string that represents the current object.

(Inherited from Object)

Applies to