다음을 통해 공유


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

반환

적용 대상