CreateDCInfo.rgSupportingFileNames プロパティ (Microsoft.HtmlTrans)
このプロパティは内部使用の目的で予約されており、ユーザー コード内での直接の使用を想定していません。
コンバータが生成した可能性がある追加ファイルの名前を含む配列を取得または設定します。
名前空間: Microsoft.HtmlTrans
アセンブリ: Microsoft.HtmlTrans.Interface (microsoft.htmltrans.interface.dll 内)
構文
'宣言
Public Property rgSupportingFileNames As String()
'使用
Dim instance As CreateDCInfo
Dim value As String()
value = instance.rgSupportingFileNames
instance.rgSupportingFileNames = value
public string[] rgSupportingFileNames { get; set; }
プロパティ値
追加ファイルの名前を含む文字列配列。