Visual Studio'dan Screen Shot aldığımızda aşağıdaki gibi bir görüntü ile karşılaşırız. (Editlenemeyen textCopy yapılamayan bir resim dosyası)
Oysa ki CopySourceAsHtml bize şu şekilde bir çıktı üretir:
32 #region Configuration Class Definitions
33 #region Enum Definitions
34 /// <summary>
35 /// Enum containing the mode options for the exceptionManagement tag.
36 /// </summary>
37 public enum ExceptionManagementMode
38 {
39 /// <summary>The ExceptionManager should not process exceptions.</summary>
40 Off,
41 /// <summary>The ExceptionManager should process exceptions. This is the default.</summary>
42 On
43 }
Hiç yorum yok:
Yorum Gönder