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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.