CharacterBufferReference Structure
Describes a character buffer for a text run.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() | CharacterBufferReference(Char*, Int32) | Initializes a new instance of the CharacterBufferReference structure using a specified unsafe character string. |
![]() | CharacterBufferReference(array<Char>^, Int32) | Initializes a new instance of the CharacterBufferReference structure using a specified character array. |
![]() | CharacterBufferReference(String^, Int32) | Initializes a new instance of the CharacterBufferReference structure using a specified character string. |
| Name | Description | |
|---|---|---|
![]() | Equals(CharacterBufferReference) | Determines whether the CharacterBufferReference is equal to the current CharacterBufferReference object. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current CharacterBufferReference object.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Serves as a hash function for CharacterBufferReference. It is suitable for use in hashing algorithms and data structures such as a hash table.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(CharacterBufferReference, CharacterBufferReference) | Compare two CharacterBufferReference strings for equality. |
![]() ![]() | Inequality(CharacterBufferReference, CharacterBufferReference) | Compare two CharacterBufferReference strings for inequality. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


