다음을 통해 공유


CGPDFArray.GetDictionary 메서드

정의

오버로드

GetDictionary(Int32, CGPDFDictionary)

지정된 인덱스에서 배열의 사전 요소를 반환합니다.

GetDictionary(nint, CGPDFDictionary)

GetDictionary(Int32, CGPDFDictionary)

지정된 인덱스에서 배열의 사전 요소를 반환합니다.

public bool GetDictionary (int idx, out CoreGraphics.CGPDFDictionary result);
member this.GetDictionary : int *  -> bool

매개 변수

idx
Int32

액세스하려는 요소의 인덱스입니다.

result
CGPDFDictionary

위치 idx의 요소가 사전인 경우 결과 사전이 포함됩니다.

반환

True이면 지정된 위치에 있는 요소가 지정된 형식이고 out 매개 변수에서 결과가 설정됩니다. False이면 범위를 벗어난 요소에 액세스하려고 하거나 해당 위치의 요소가 다른 형식인 경우 입니다.

적용 대상

GetDictionary(nint, CGPDFDictionary)

public bool GetDictionary (nint idx, out CoreGraphics.CGPDFDictionary result);
member this.GetDictionary : nint *  -> bool

매개 변수

idx
System.System.IntPtr System.nativeint

반환

적용 대상