Proprietà DedCommandContextDocListConfig
             | 
          
        
        
            Restituisce la lista delle configurazioni dei documenti selezionati.
            
        
        Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic Dictionary<DedDoc, List<string>> DocListConfig { get; set; }Public Property DocListConfig As Dictionary(Of DedDoc, List(Of String))
	Get
	Set
public:
property Dictionary<DedDoc^, List<String^>^>^ DocListConfig {
	Dictionary<DedDoc^, List<String^>^>^ get ();
	void set (Dictionary<DedDoc^, List<String^>^>^ value);
}member DocListConfig : Dictionary<DedDoc, List<string>> with get, set
Valore della proprietà
DictionaryDedDoc, 
ListString
Vedi anche