←Select platform

Attributes Property (SaveXmlData)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Common Assembly
Click or drag to resize