MessageContextBase.WriteValueType<T>(String, Nullable<T>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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))
型パラメーター
- T
パラメーター
- name
- String
- newValue
- Nullable<T>