DataWriter.WriteGuid(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void WriteGuid(Platform::Guid value) = WriteGuid;
void WriteGuid(winrt::guid const& value);
public void WriteGuid(Guid value);
function writeGuid(value)
Public Sub WriteGuid (value As Guid)
Parameters
- value
-
Guid
Platform::Guid
winrt::guid
The value.
Implements
M:Windows.Storage.Streams.IDataWriter.WriteGuid(System.Guid)
M:Windows.Storage.Streams.IDataWriter.WriteGuid(Platform::Guid)
M:Windows.Storage.Streams.IDataWriter.WriteGuid(winrt::guid)