Debugger3.SymbolCachePath Özellik

Tanım

Semboller sunucusundan sembolleri indirdiğinizde Visual Studio tarafından kullanılan semboller önbelleğinin yolunu içeren bir dize alır. Seçenekler iletişim kutusunda semboller önbellek yolunu belirtebilirsiniz. Daha fazla bilgi için bkz. nasıl yapılır: simge kullanma.

public:
 property System::String ^ SymbolCachePath { System::String ^ get(); };
public:
 property Platform::String ^ SymbolCachePath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2104)]
public string SymbolCachePath { [System.Runtime.InteropServices.DispId(2104)] get; }
[<System.Runtime.InteropServices.DispId(2104)>]
[<get: System.Runtime.InteropServices.DispId(2104)>]
member this.SymbolCachePath : string
Public ReadOnly Property SymbolCachePath As String

Özellik Değeri

String

Semboller önbelleğinin yolunu içeren bir dize.

Öznitelikler

Açıklamalar

Bkz. SetSymbolSettings.

Şunlara uygulanır