ProgressEventArgs.LengthComputable Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Indica se la dimensione totale del trasferimento è nota o meno.
public:
property bool LengthComputable { bool get(); void set(bool value); };
public bool LengthComputable { get; set; }
member this.LengthComputable : bool with get, set
Public Property LengthComputable As Boolean