Scheduler for WinForms
ReadTags メソッド (PrintDocumentWrapper)

C1.Win.Schedule.6 アセンブリ > C1.Schedule.Printing 名前空間 > PrintDocumentWrapper クラス : ReadTags メソッド
The System.Collections.Generic.Dictionary`2 dictionary of tags for updating.
Updates specified tag dictionary with the current document tags.
シンタックス
'宣言
 
Public Sub ReadTags( _
   ByRef tags As System.Collections.Generic.Dictionary(Of String,TagInfo) _
) 
public void ReadTags( 
   ref System.Collections.Generic.Dictionary<string,TagInfo> tags
)

パラメータ

tags
The System.Collections.Generic.Dictionary`2 dictionary of tags for updating.
解説
If specified dictionary doesn't contain one of document tags, this tag will be added to the dictionary. If the dictionary contains tag with the same name and type, this tag won't be changed. If the dictionary contains tag with the same name and different type, this tag will be replaced with the new one.
参照

PrintDocumentWrapper クラス
PrintDocumentWrapper メンバ