RemoteArgument.SingleValue 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.
Ottiene o imposta l'oggetto Single rappresentato da RemoteArgument.
public:
property float SingleValue { float get(); void set(float value); };
public float SingleValue { get; set; }
member this.SingleValue : single with get, set
Public Property SingleValue As Single
Valore della proprietà
Oggetto Single rappresentato da RemoteArgument, 0,0 se il valore di RemoteArgument non è stato ancora specificato.
Eccezioni
La proprietà RemoteArgumentKind non è impostata sul valore Intrinsic.
-oppure-
La proprietà TypeCode non è impostata sul valore Single.
-oppure-
Questa proprietà viene impostata mentre la proprietà IsByRef è false
.