CGPDFObject.TryGetValue 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- value
- CGPDFDictionary
傳回
適用於
TryGetValue(CGPDFStream)
public bool TryGetValue (out CoreGraphics.CGPDFStream value);
member this.TryGetValue : -> bool
參數
- value
- CGPDFStream
傳回
適用於
TryGetValue(Boolean)
TryGetValue(nfloat)
TryGetValue(nint)
public bool TryGetValue (out nint value);
member this.TryGetValue : -> bool
參數
- value
- System.System.IntPtr System.nativeint