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