Partager via


CGPDFObject.TryGetValue Méthode

Définition

Surcharges

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

Paramètres

value
CGPDFArray

Retours

S’applique à

TryGetValue(CGPDFDictionary)

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

Paramètres

Retours

S’applique à

TryGetValue(CGPDFStream)

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

Paramètres

value
CGPDFStream

Retours

S’applique à

TryGetValue(Boolean)

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

Paramètres

value
Boolean

Retours

S’applique à

TryGetValue(nfloat)

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

Paramètres

value
nfloat

Retours

S’applique à

TryGetValue(nint)

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

Paramètres

value
System.System.IntPtr System.nativeint

Retours

S’applique à

TryGetValue(String)

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

Paramètres

value
String

Retours

S’applique à