RemoteArgument.CharValue 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 Char rappresentato da RemoteArgument.
public:
property char CharValue { char get(); void set(char value); };
public char CharValue { get; set; }
member this.CharValue : char with get, set
Public Property CharValue As Char
Valore della proprietà
Oggetto Char che RemoteArgument rappresenta; Char.MinValue se il valore dell'oggetto RemoteArgument non è ancora stato specificato.
Eccezioni
La proprietà RemoteArgumentKind non è impostata sul valore Intrinsic.
-oppure-
La proprietà TypeCode non è impostata sul valore Char.
-oppure-
Questa proprietà viene impostata mentre la proprietà IsByRef è false
.