Proprietà DocumentDisableEventArgsAttributes
|
Dizionario con accoppiata nome attributo-valore.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 28.1.0-RC6
Sintassipublic Dictionary<string, Object> Attributes { get; set; }Public Property Attributes As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ Attributes {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}member Attributes : Dictionary<string, Object> with get, set
Valore della proprietà
DictionaryString,
Object
Vedi anche