Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the debug directories of the module.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
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.