RenderTraceListener.ShareTraceData(Object, Object) 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.
Associates the trace data from one object to another object.
public:
virtual void ShareTraceData(System::Object ^ source, System::Object ^ destination);
public virtual void ShareTraceData (object source, object destination);
abstract member ShareTraceData : obj * obj -> unit
override this.ShareTraceData : obj * obj -> unit
Public Overridable Sub ShareTraceData (source As Object, destination As Object)
Parameters
- source
- Object
The object from which to share trace data.
- destination
- Object
The object to which trace data is shared.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.