NewSpanMapping.varUserData Field
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.
Any data supplied by the user.
public: System::Object ^ varUserData;
public: Platform::Object ^ varUserData;
winrt::Windows::Foundation::IInspectable varUserData;
public object varUserData;
val mutable varUserData : obj
Public varUserData As Object
Field Value
Remarks
The data is copied in a call to the SetSpanMappingsand released when the span marker goes away or the SetSpanMappings method is called with null parameters.