DkmEngineSymbolSettings.ExcludeList Propriedade

Definição

Uma coleção de módulos a serem excluídos quando o carregamento automático de símbolos está habilitado.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ ExcludeList { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> ExcludeList { get; }
member this.ExcludeList : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property ExcludeList As ReadOnlyCollection(Of String)

Valor da propriedade

ReadOnlyCollection<String>

Retorna ReadOnlyCollection<T>.

Aplica-se a