Attributes Property

Summary

Contains a dictionary of string pairs that correspond to each attribute that is about to be written to the output XML file.

Syntax
C#
VB
C++
public Dictionary<string, string> Attributes { get; set; } 
Public Property Attributes As Dictionary(Of String,String) 
public: 
property Dictionary<String^,String^>^ Attributes { 
   Dictionary<String^,String^>^ get(); 
   void set (    Dictionary<String^,String^>^ ); 
} 

Property Value

A dictionary of string pairs that correspond to each attribute that is about to be written to the output XML file

Remarks

This can be modified in the in the SaveXmlCallback delegate to add, remove, or change the attributes that will be written to the output XML file.

Example

For an example, refer to SaveXmlCallback.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly