共用方式為


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

傳回

適用於