DkmEngineSymbolSettings.ExcludeList Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Retorna ReadOnlyCollection<T>.