Show / Hide Table of Contents

Class ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText.Types.HighlightedTextRange

The range of highlighted text.

Inheritance
object
ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText.Types.HighlightedTextRange
Implements
IMessage<ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText.Types.HighlightedTextRange>
IEquatable<ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText.Types.HighlightedTextRange>
IDeepCloneable<ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText.Types.HighlightedTextRange>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText.Types.HighlightedTextRange : IMessage<ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText.Types.HighlightedTextRange>, IEquatable<ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText.Types.HighlightedTextRange>, IDeepCloneable<ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText.Types.HighlightedTextRange>, IBufferMessage, IMessage

Constructors

HighlightedTextRange()

Declaration
public HighlightedTextRange()

HighlightedTextRange(HighlightedTextRange)

Declaration
public HighlightedTextRange(ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText.Types.HighlightedTextRange other)
Parameters
Type Name Description
ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText.Types.HighlightedTextRange other

Properties

EndIndex

Declaration
public int EndIndex { get; set; }
Property Value
Type Description
int

StartIndex

Declaration
public int StartIndex { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX