SymDocument.SourceLength Propriedade
Definição
Obtém o comprimento, em bytes, da origem inserida.Gets the length, in bytes, of the embedded source.
public:
virtual property int SourceLength { int get(); };
public override int SourceLength { get; }
public virtual int SourceLength { get; }
member this.SourceLength : int
Public Overrides ReadOnly Property SourceLength As Integer
Public Overridable ReadOnly Property SourceLength As Integer
Valor da propriedade
O comprimento de origem do documento atual.The source length of the current document.