DkmEngineSettings.ImageDebugDirectoryFormats 属性

定义

IMAGE_DEBUG_DIRECTORY 支持的值的列表。类别.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Symbols::DkmImageDebugDirectoryFormat> ^ ImageDebugDirectoryFormats { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Symbols::DkmImageDebugDirectoryFormat> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Symbols.DkmImageDebugDirectoryFormat> ImageDebugDirectoryFormats { get; }
member this.ImageDebugDirectoryFormats : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Symbols.DkmImageDebugDirectoryFormat>
Public ReadOnly Property ImageDebugDirectoryFormats As ReadOnlyCollection(Of DkmImageDebugDirectoryFormat)

属性值

ReadOnlyCollection<DkmImageDebugDirectoryFormat>

返回 ReadOnlyCollection<T>

适用于