次の方法で共有


CGPDFObject.TryGetValue メソッド

定義

オーバーロード

TryGetValue(CGPDFArray)
TryGetValue(CGPDFDictionary)
TryGetValue(CGPDFStream)
TryGetValue(Boolean)
TryGetValue(nfloat)
TryGetValue(nint)
TryGetValue(String)

TryGetValue(CGPDFArray)

public bool TryGetValue (out CoreGraphics.CGPDFArray value);
member this.TryGetValue :  -> bool

パラメーター

value
CGPDFArray

戻り値

適用対象

TryGetValue(CGPDFDictionary)

public bool TryGetValue (out CoreGraphics.CGPDFDictionary value);
member this.TryGetValue :  -> bool

パラメーター

戻り値

適用対象

TryGetValue(CGPDFStream)

public bool TryGetValue (out CoreGraphics.CGPDFStream value);
member this.TryGetValue :  -> bool

パラメーター

value
CGPDFStream

戻り値

適用対象

TryGetValue(Boolean)

public bool TryGetValue (out bool value);
member this.TryGetValue :  -> bool

パラメーター

value
Boolean

戻り値

適用対象

TryGetValue(nfloat)

public bool TryGetValue (out nfloat value);
member this.TryGetValue :  -> bool

パラメーター

value
nfloat

戻り値

適用対象

TryGetValue(nint)

public bool TryGetValue (out nint value);
member this.TryGetValue :  -> bool

パラメーター

value
System.System.IntPtr System.nativeint

戻り値

適用対象

TryGetValue(String)

public bool TryGetValue (out string value);
member this.TryGetValue :  -> bool

パラメーター

value
String

戻り値

適用対象