Tracer.TraceInformation Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| TraceInformation(String) |
Bir bilgi olayını izler. |
| TraceInformation(String, Object) |
Bir bilgi olayını izler. |
| TraceInformation(String, Object[]) |
Bir bilgi olayını izler. |
| TraceInformation(String, Object, Object) |
Bir bilgi olayını izler. |
TraceInformation(String)
Bir bilgi olayını izler.
public:
virtual void TraceInformation(System::String ^ message);
public:
void TraceInformation(Platform::String ^ message);
void TraceInformation(std::wstring const & message);
public void TraceInformation (string message);
abstract member TraceInformation : string -> unit
override this.TraceInformation : string -> unit
Public Sub TraceInformation (message As String)
Parametreler
- message
- String
İleti.
Uygulamalar
Şunlara uygulanır
TraceInformation(String, Object)
Bir bilgi olayını izler.
public:
virtual void TraceInformation(System::String ^ message, System::Object ^ arg0);
public:
void TraceInformation(Platform::String ^ message, Platform::Object ^ arg0);
void TraceInformation(std::wstring const & message, winrt::Windows::Foundation::IInspectable const & arg0);
public void TraceInformation (string message, object arg0);
abstract member TraceInformation : string * obj -> unit
override this.TraceInformation : string * obj -> unit
Public Sub TraceInformation (message As String, arg0 As Object)
Parametreler
- message
- String
İleti.
- arg0
- Object
Bağımsız değişken.
Uygulamalar
Şunlara uygulanır
TraceInformation(String, Object[])
Bir bilgi olayını izler.
public:
virtual void TraceInformation(System::String ^ message, ... cli::array <System::Object ^> ^ args);
public void TraceInformation (string message, params object[] args);
abstract member TraceInformation : string * obj[] -> unit
override this.TraceInformation : string * obj[] -> unit
Public Sub TraceInformation (message As String, ParamArray args As Object())
Parametreler
- message
- String
Görüntülenecek ileti
- args
- Object[]
İletiye biçimlendirilecek bağımsız değişkenler
Uygulamalar
Şunlara uygulanır
TraceInformation(String, Object, Object)
Bir bilgi olayını izler.
public:
virtual void TraceInformation(System::String ^ message, System::Object ^ arg0, System::Object ^ arg1);
public:
void TraceInformation(Platform::String ^ message, Platform::Object ^ arg0, Platform::Object ^ arg1);
void TraceInformation(std::wstring const & message, winrt::Windows::Foundation::IInspectable const & arg0, winrt::Windows::Foundation::IInspectable const & arg1);
public void TraceInformation (string message, object arg0, object arg1);
abstract member TraceInformation : string * obj * obj -> unit
override this.TraceInformation : string * obj * obj -> unit
Public Sub TraceInformation (message As String, arg0 As Object, arg1 As Object)
Parametreler
- message
- String
İleti.
- arg0
- Object
İlk bağımsız değişken.
- arg1
- Object
İkinci bağımsız değişken.