'宣言 Public Property EmfType As System.Nullable(Of EmfType)
'使用法 Dim instance As C1MultiDocument Dim value As System.Nullable(Of EmfType) instance.EmfType = value value = instance.EmfType
public System.Nullable<EmfType> EmfType {get; set;}
デフォルトは nullです(このプロパティはマルチドキュメントレベルでは定義されていません)。
'宣言 Public Property EmfType As System.Nullable(Of EmfType)
'使用法 Dim instance As C1MultiDocument Dim value As System.Nullable(Of EmfType) instance.EmfType = value value = instance.EmfType
public System.Nullable<EmfType> EmfType {get; set;}