Proprietà DedCommandContextDocListConfig
|
Restituisce la lista delle configurazioni dei documenti selezionati.
Namespace:
DedNet.Commands
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public 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à
Tipo:
DictionaryDedDoc,
ListStringVedi anche