MessageContextBase.WriteValueType<T>(String, Nullable<T>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
generic <typename T>
where T : value class void WriteValueType(System::String ^ name, Nullable<T> newValue);
public void WriteValueType<T> (string name, Nullable<T> newValue) where T : struct;
member this.WriteValueType : string * Nullable<'T (requires 'T : struct)> -> unit (requires 'T : struct)
Public Sub WriteValueType(Of T As Structure) (name As String, newValue As Nullable(Of T))
Paramètres de type
- T
Paramètres
- name
- String
- newValue
- Nullable<T>