指定されたキーに関連付けられた null 許容の
GrapeCity.Documents.Pdf.PdfEnum<TEnum> 値を取得します。値が存在しない場合は、 (null の場合もあります) を返します。
シンタックス
'宣言
Public Overloads Shared Function GetPdfEnum(Of As {New, Struct})( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Nullable(Of T) _
) As System.Nullable(Of PdfEnum(Of T))
public static System.Nullable<PdfEnum<T>> GetPdfEnum<>(
IPdfDict ,
PdfName ,
System.Nullable<T>
)
where T: new(), struct
パラメータ
- dict
- 現在の辞書。
- key
- 値を識別するキー。
- defValue
- デフォルト値。
型パラメータ
- T
戻り値の型
指定されたキーまたは に関連付けられた値。
参照