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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.