DataWriter.WriteBoolean(Boolean) メソッド

定義

ブール値を出力ストリームに書き込みます。

public:
 virtual void WriteBoolean(bool value) = WriteBoolean;
void WriteBoolean(bool const& value);
public void WriteBoolean(bool value);
function writeBoolean(value)
Public Sub WriteBoolean (value As Boolean)

パラメーター

value
Boolean

bool

値。

実装

M:Windows.Storage.Streams.IDataWriter.WriteBoolean(System.Boolean) M:Windows.Storage.Streams.IDataWriter.WriteBoolean(bool)

適用対象