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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.