Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the debug directories of the module.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Dichiarazione
Public Property DebugDirectories As IList(Of DebugDirectory)
Get
Private Set
public IList<DebugDirectory> DebugDirectories { get; private set; }
public:
property IList<DebugDirectory^>^ DebugDirectories {
IList<DebugDirectory^>^ get ();
private: void set (IList<DebugDirectory^>^ value);
}
member DebugDirectories : IList<DebugDirectory> with get, private set
function get DebugDirectories () : IList<DebugDirectory>
private function set DebugDirectories (value : IList<DebugDirectory>)
Property Value
Type: System.Collections.Generic.IList<DebugDirectory>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.