Exemple #1
0
 /// <summary>
 ///Clones WpfTextToSpeechUIState
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::Microsoft.Dss.Services.Samples.WpfTextToSpeechUI.Proxy.WpfTextToSpeechUIState target0 = new global::Microsoft.Dss.Services.Samples.WpfTextToSpeechUI.Proxy.WpfTextToSpeechUIState();
     this.CopyTo(target0);
     return(target0);
 }
Exemple #2
0
 /// <summary>
 ///Copies the data member values of the current WpfTextToSpeechUIState to the specified target object
 ///</summary>
 ///<param name="target">target object (must be an instance of)</param>
 public virtual void CopyTo(Microsoft.Dss.Core.IDssSerializable target)
 {
     global::Microsoft.Dss.Services.Samples.WpfTextToSpeechUI.Proxy.WpfTextToSpeechUIState typedTarget = ((global::Microsoft.Dss.Services.Samples.WpfTextToSpeechUI.Proxy.WpfTextToSpeechUIState)(target));
 }