CreateDCInfo.HasErrorString プロパティ (Microsoft.HtmlTrans)
コンバータがエラー文字列を作成したかどうか、つまり ErrorString のプロパティ値が有効かどうかを示すブール値を取得します。
名前空間: Microsoft.HtmlTrans
アセンブリ: Microsoft.HtmlTrans.Interface (microsoft.htmltrans.interface.dll 内)
構文
'宣言
Public ReadOnly Property HasErrorString As Boolean
'使用
Dim instance As CreateDCInfo
Dim value As Boolean
value = instance.HasErrorString
public bool HasErrorString { get; }
プロパティ値
コンバータがエラー文字列を作成した場合は true、それ以外の場合は false。