CompiledTextRunInstance.TypeCode Property

Definition

Gets the type of the value contained in the text run instance. For compiled text runs, this is always String.

public:
 virtual property TypeCode TypeCode { TypeCode get(); };
public override TypeCode TypeCode { get; }
member this.TypeCode : TypeCode
Public Overrides ReadOnly Property TypeCode As TypeCode

Property Value

A TypeCode value.

Applies to