10000 | '%1': 값을 비워 두면 안 됩니다. |
'%1': Value must not be empty. |
10001 | '%1': 버퍼에 공간이 부족하여 요청한 바이트 수를 저장할 수 없습니다. |
'%1': Buffer does not have enough space to hold the requested number of bytes. |
10002 | '%1': 잘못된 문자가 검색되었습니다. |
'%1': Invalid characters found. |
10003 | HTTP 헤더가 잘못되었습니다. |
Invalid HTTP headers. |
10004 | HTTP 응답 상태가 잘못되었습니다. |
Invalid HTTP response status. |
10005 | '%1': 제공된 값이 무시할 수 있는 ChainValidationResult 값이 아닙니다. |
'%1': Provided value is not an ignorable ChainValidationResult value. |
30000 | '%1': Atom 1.0만 지원됩니다. |
'%1': Only Atom 1.0 is supported. |
30001 | '%1': Atom 1.0과 RSS 2.0만 지원됩니다. |
'%1': Only Atom 1.0 and RSS 2.0 are supported. |
30002 | Atom 0.3, Atom 1.0, RSS 0.91, RSS 0.92 및 RSS 2.0만 지원됩니다. |
Only Atom 0.3, Atom 1.0, RSS 0.91, RSS 0.92 and RSS 2.0 are supported. |
30003 | '%1': EditUri 속성을 지정합니다. |
'%1': Specify EditUri property. |
30004 | 응답 내용의 길이가 0입니다. |
The length of the response content is zero. |
30005 | 요청을 보낸 후에는 자격 증명을 변경할 수 없습니다. |
Credentials cannot be changed after sending a request. |
30006 | '%1' 요소에 필수 요소 '%2'이(가) 없습니다. |
The '%1' element is missing required element '%2'. |
30007 | '%1' 요소에 필수 특성 '%2'이(가) 없습니다. |
The '%1' element is missing required attribute '%2'. |
30008 | '%1' 루트 요소가 없습니다. |
Missing '%1' root element. |
30009 | '%1' 요소에 자식 요소가 없습니다. |
The '%1' element does not have child elements. |
30010 | 중복된 요소 '%1'이(가) 있습니다. |
Duplicate element '%1'. |
30011 | '%2' 요소에 예기치 않은 '%1' 특성이 있습니다. |
Unexpected '%1' attribute on element '%2'. |
30012 | 예기치 못한 입력의 끝입니다. |
Unexpected end of input. |
30013 | %1!u! 위치에 잘못된 문자가 있습니다. |
Invalid character at position %1!u!. |
30014 | %1!u! 위치에 이스케이프되지 않은 제어 문자가 있습니다. |
Unescaped control character at position %1!u!. |
30015 | %1!u! 위치의 이스케이프 시퀀스가 잘못되었습니다. |
Invalid escape sequence at position %1!u!. |
30016 | 문자열 값이 아닙니다. 유형을 가져오려면 ValueType 속성을 사용하십시오. |
This is not a string value. Use ValueType property to get the type. |
30017 | 숫자 값이 아닙니다. 유형을 가져오려면 ValueType 속성을 사용하십시오. |
This is not a number value. Use ValueType property to get the type. |
30018 | 부울 값이 아닙니다. 유형을 가져오려면 ValueType 속성을 사용하십시오. |
This is not a boolean value. Use ValueType property to get the type. |
30019 | 배열 값이 아닙니다. 유형을 가져오려면 ValueType 속성을 사용하십시오. |
This is not an array value. Use ValueType property to get the type. |
30020 | 개체 값이 아닙니다. 유형을 가져오려면 ValueType 속성을 사용하십시오. |
This is not an object value. Use ValueType property to get the type. |
30021 | 개체에서 문자열 값을 가져오려면 GetNamedString() 메서드를 사용하십시오. |
To get a string value from an object use the GetNamedString() method. |
30022 | 개체에서 숫자 값을 가져오려면 GetNamedNumber() 메서드를 사용하십시오. |
To get a number value from an object use the GetNamedNumber() method. |
30023 | 개체에서 부울 값을 가져오려면 GetNamedBoolean() 메서드를 사용하십시오. |
To get a boolean value from an object use the GetNamedBoolean() method. |
30024 | 개체에서 배열 값을 가져오려면 GetNamedArray() 메서드를 사용하십시오. |
To get an array value from an object use the GetNamedArray() method. |
30025 | 배열에서 문자열 값을 가져오려면 GetStringAt() 메서드를 사용하십시오. |
To get a string value from an array use the GetStringAt() method. |
30026 | 배열에서 숫자 값을 가져오려면 GetNumberAt() 메서드를 사용하십시오. |
To get a number value from an array use the GetNumberAt() method. |
30027 | 배열에서 부울 값을 가져오려면 GetBooleanAt() 메서드를 사용하십시오. |
To get a boolean value from an array use the GetBooleanAt() method. |
30028 | 배열에서 개체 값을 가져오려면 GetObjectAt() 메서드를 사용하십시오. |
To get an object value from an array use the GetObjectAt() method. |
0x10000001 | API |
API |
0x10000002 | AtomPub |
AtomPub |
0x10000003 | JSON |
JSON |
0x10000004 | 형식 |
Format |
0x10000005 | AsyncOperation |
AsyncOperation |
0x10000006 | HTTP |
HTTP |
0x30000000 | 정보 |
Info |
0x3000000A | API 시작 |
API Enter |
0x3000000B | API 종료 |
API Exit |
0x3000000C | 비동기 작업 시작 |
Async operation start |
0x3000000D | 비동기 작업 완료 |
Async operation complete |
0x3000000E | 비동기 작업 실패 |
Async operation failure |
0x3000000F | 비동기 작업 중단 |
Async operation abort |
0x30000010 | 비동기 작업 닫기 |
Async operation close |
0x30000012 | 비동기 작업 진행률 |
Async operation progress |
0x30000013 | HTTP 작업 |
HTTP operation |
0x30000014 | 범주 문서 구문 분석 |
Parse category document |
0x30000015 | 필수 요소 확인 |
Check required element |
0x30000016 | 필수 특성 확인 |
Check required attribute |
0x30000017 | 중복 요소 확인 |
Check duplicated element |
0x30000018 | URI 구문 분석 |
Parse URI |
0x30000019 | 날짜 시간 문자열 구문 분석 |
Parse date time string |
0x3000001A | 정수 구문 분석 |
Parse integer |
0x3000001B | XML 구문 분석 |
Parse XML |
0x3000001C | 사용자 지정 특성 확인 |
Check custom attribute |
0x3000001D | 사용자 지정 요소 확인 |
Check custom element |
0x3000001E | JSON 문자열 구문 분석 |
Parse JSON string |
0x3000001F | 기본값 추가 |
Add default value |
0x30000020 | 첫 번째 값 추가 |
Add first value |
0x30000021 | 예기치 않은 콘텐츠 무시 |
Ignore unexpected content |
0x30000022 | 사용자 지정 특성 추가 |
Add custom attribute |
0x30000023 | 사용자 지정 요소 추가 |
Add custom element |
0x50000002 | 오류 |
Error |
0x50000003 | 경고 |
Warning |
0x50000005 | 자세한 정보 표시 |
Verbose |
0x70000002 | 구문 분석 |
Parse |
0x70000003 | 직렬화 |
Serialize |
0x70000004 | 비동기 I/O |
Async I/O |
0x90000001 | Microsoft-Windows-Runtime-WebAPI |
Microsoft-Windows-Runtime-WebAPI |
0xB0000001 | %2의 비동기 작업 %1이(가) 시작되었습니다. |
Async operation %1 at %2 started. |
0xB0000002 | %2의 비동기 작업 %1을(를) 시작하지 못했습니다. 오류 코드는 %3입니다. %4 |
Async operation %1 at %2 failed to start. The error code is %3: %4 |
0xB0000003 | %2의 비동기 작업 %1을(를) 완료했습니다. |
Async operation %1 at %2 completed successfully. |
0xB0000004 | %2의 비동기 작업 %1이(가) 실패했습니다(오류 코드 %3). %4. |
Async operation %1 at %2 failed with error code %3: %4. |
0xB0000005 | %2의 비동기 작업 %1이(가) 취소되었습니다. |
Async operation %1 at %2 was cancelled. |
0xB0000006 | %2의 비동기 작업 %1을(를) 닫았습니다. |
Async operation %1 at %2 was closed. |
0xB0000007 | %2의 비동기 작업 %1이(가) %3에 완료 콜백을 호출했습니다. |
Async operation %1 at %2 called completion callback at %3. |
0xB0000008 | %2의 비동기 작업 %1이(가) %3에 진행률 콜백을 호출했습니다. |
Async operation %1 at %2 called progress callback at %3. |
0xB0000009 | %2의 비동기 작업 %1이(가) GIT에서 처리기를 제거하지 못했습니다. 오류 코드는 %3입니다. %4 |
Async operation %1 at %2 failed to remove handler from GIT. The error code is %3: %4 |
0xB000000A | %2의 비동기 작업 %1이(가) GIT에 처리기를 등록하지 못했습니다. 오류 코드는 %3입니다. %4 |
Async operation %1 at %2 failed to register handler at GIT. The error code is %3: %4 |
0xB000000B | %2의 비동기 작업 %1이(가) GIT에서 처리기를 검색하지 못했습니다. 오류 코드는 %3입니다. %4 |
Async operation %1 at %2 failed to retrieve handler from GIT. The error code is %3: %4 |
0xB000000C | URI '%1'을(를) 구문 분석하지 못했습니다. |
Failed to parse URI '%1'. |
0xB000000D | 기본 URI가 '%1'이고 상대 URI가 '%2'인 URI를 만들지 못했습니다. |
Failed to create URI with base URI '%1' and relative URI '%2'. |
0xB000000E | HTTP 헤더 '%1: %2'을(를) 추가합니다. |
Add HTTP header '%1: %2'. |
0xB000000F | '%2'의 자격 증명을 사용하여 '%1'에 연결합니다. |
Start to connect to '%1' with credential of '%2'. |
0xB0000010 | 기본 자격 증명을 사용하여 '%1'에 연결합니다. |
Start to connect to '%1' with default credential. |
0xB0000011 | 포트 %2에서 '%1'에 연결하지 못했습니다. 마지막 오류는 %3입니다. %4 |
Failed to connect to '%1' at port %2. The last error is %3: %4 |
0xB0000012 | %3 플래그를 사용하여 '%2'에 대해 '%1' 요청을 여는 중입니다. |
Opening request to '%1' to '%2' with flags %3. |
0xB0000013 | '%1' 요청을 열지 못했습니다. 마지막 오류는 %2입니다. %3 |
Failed to open request to '%1'. The last error is %2: %3 |
0xB0000014 | 요청 컨텍스트 %1에는 '%3'에 대한 요청 핸들 %2이(가) 있습니다. |
Request context %1 has request handle %2 to '%3'. |
0xB0000015 | 요청 핸들 %1에서 HTTP 보내기 및 받기 시간 제한을 %2ms로 설정합니다. |
Set HTTP send and receive timeout to %2ms on request handle %1. |
0xB0000016 | 콘텐츠 길이 %2을(를) 사용하여 요청 핸들 %1(으)로 보내기 시작합니다. |
Start to send to request handle %1 with content length %2. |
0xB0000017 | 요청 핸들 %1이(가) 동기적으로 완료되었습니다. |
Request handle %1 completed synchronously. |
0xB0000018 | 요청 컨텍스트 %1이(가) 비동기적으로 보내기를 완료했습니다. |
Request context %1 completed send asynchronously. |
0xB0000019 | 요청 핸들 %1에 %2바이트를 쓰는 중입니다. |
Writing %2 bytes to request handle %1. |
0xB000001A | 요청 핸들 %1에 엔터티 본문을 보내지 못했습니다. 마지막 오류는 %2입니다. %3 |
Failed to send entity body to request handle %1. The last error is %2: %3 |
0xB000001B | 요청 핸들 %1에서 HTTP 요청을 보냈습니다. %2 |
Sent HTTP request at request handle %1: %2 |
0xB000001C | 요청 핸들 %1에서 응답을 받기 시작합니다. |
Start to receive response from request handle %1. |
0xB000001D | 요청 핸들 %1에서 상태 코드가 %2이고 상태 설명이 '%3'인 HTTP 응답을 받았습니다. |
Received HTTP response from request handle %1 with status code %2 and status description '%3'. |
0xB000001E | 요청 핸들 %1에서 HTTP 응답을 받습니다. %2 |
Receive HTTP response from request handle %1: %2 |
0xB000001F | 요청 핸들 %1에서 HTTP 응답을 받지 못했습니다. 마지막 오류는 %2입니다. %3 |
Failed to receive HTTP response from request handle %1. The last error is %2: %3 |
0xB0000020 | 요청 컨텍스트 %1이(가) %3 제한을 초과하는 %2바이트의 HTTP 응답을 받았습니다. |
Request context %1 received HTTP response of %2 bytes, which is over the %3 limit. |
0xB0000021 | 요청 컨텍스트 %1이(가) 요청을 다시 제출하는 중입니다. |
Request context %1 resubmiting the request. |
0xB0000022 | '%2' 서버에 대해 요청 핸들 %1을(를) 다시 사용하는 중입니다. |
Reusing the request handle %1 for server '%2'. |
0xB0000023 | 요청 컨텍스트 %1이(가) 중단되었습니다. |
Request context %1 was aborted. |
0xB0000024 | '%1' 진행률: 보낸 바이트 수 %2, 보낼 총 바이트 수 %3, 받은 바이트 수 %4, 받을 총 바이트 수 %5. |
Progress to '%1': %2 bytes sent; %3 total bytes to send; %4 bytes received; %5 total bytes to receive. |
0xB0000025 | '%1'에 대한 HTTP 요청을 완료했습니다. 오류 코드는 %2입니다. %3 |
HTTP request to '%1' completed. The error code is %2: %3 |
0xB0000026 | %2의 비동기 작업 %1에서 HTTP 응답 '%3'을(를) 처리하지 못했습니다. 오류 코드는 %4입니다. %5 |
Async operation %1 at %2 failed to process HTTP response '%3'. The error code is %4: %5 |
0xB0000027 | %1::%2이(가) 호출되었습니다. |
%1::%2 is called. |
0xB0000028 | %1::%2이(가) 반환되었습니다. |
%1::%2 returned successfully. |
0xB0000029 | %1::%2이(가) 실패했습니다(HRESULT %3). %4 |
%1::%2 failed with HRESULT %3: %4 |
0xB000002A | '%1'에서 범주 문서를 다운로드하기 시작합니다. |
Start downloading category document at '%1'. |
0xB000002B | '%1'에서 범주 문서를 다운로드했습니다. |
Category document downloaded successfully at '%1'. |
0xB000002C | '%1'에서 범주 문서를 다운로드하지 못했습니다. 오류 코드는 %2입니다. %3 |
Failed to download category document at '%1'. The error code is %2: %3 |
0xB000002D | '%1'에서 범주 문서를 다운로드하지 못했습니다. HTTP 상태 코드는 %2입니다. |
Failed to download category document at '%1'. The HTTP status code was %2. |
0xB000002E | '%1'에서 다운로드한 범주 문서를 구문 분석하지 못했습니다. 오류 코드는 %2입니다. %3 |
Failed to parse category document downloaded from '%1'. The error code is %2: %3. |
0xB000002F | 필수 요소 '%1'이(가) 없습니다. |
Required element '%1' is missing. |
0xB0000030 | '%2' 요소에 필수 특성 '%1'이(가) 없습니다. |
Required attribute '%1' is missing on element '%2'. |
0xB0000031 | 중복 요소 '%1'을(를) 찾을 수 없습니다. |
Duplicated element '%1' found. |
0xB0000032 | 필수 요소 '%1'이(가) 없습니다. 기본값을 사용하여 요소를 추가합니다. |
Required element '%1' is missing. Add one with default value. |
0xB0000033 | '%2' 요소에 필수 특성 '%1'이(가) 없습니다. 빈 값을 사용하여 특성을 추가합니다. |
Required attribute '%1' is missing on element '%2'. Add it with empty value. |
0xB0000034 | 구문 분석된 'feed' 요소에 'author' 요소가 없습니다. |
The parsed 'feed' element does not have an 'author' element. |
0xB0000035 | '%1' 요소가 여러 개 있습니다. 첫 번째 요소만 사용하고 나머지 요소는 무시합니다. |
Multiple '%1' elements are found. Use the first and ignore the rest. |
0xB0000036 | 'source' 요소에 있는 'entry' 요소를 무시합니다. |
Ignore the 'entry' element found in 'source' element. |
0xB0000037 | 'entry' 요소에 rel='alternate'인 'link' 요소 또는 'content' 요소가 없습니다. 요소 XML: %1 |
The 'entry' element does not have a 'content' element or a 'link' element with rel='alternate'. Element XML: %1 |
0xB0000038 | 'item' 요소에 'title' 요소와 'description' 요소가 둘 다 없습니다. 요소 XML: %1 |
The 'item' element is missing both 'title' and 'description' elements. Element XML: %1 |
0xB0000039 | rel='enclosure'인 'link' 요소에 'length' 특성이 없습니다. 요소 XML: %1 |
The 'link' element with rel='enclosure' is missing 'length' attribute. Element XML: %1 |
0xB000003A | 요소에 XML이 포함된 예기치 않은 자식 요소가 있습니다. %1 |
Unexpected child element is found in element with XML: %1 |
0xB000003B | 'src' 특성이 있을 때 예기치 않은 'type' 특성 '%1'이(가) 있습니다. 요소 XML: %2 |
Unexpected 'type' attribute '%1' when 'src' attribute is present. Element XML: %2 |
0xB000003C | Atom 텍스트 콘텐츠에 예기치 않은 'type' 특성 '%1'이(가) 있습니다. 'text', 'html' 또는 'xhtml'만 사용할 수 있습니다. 요소 XML: %2 |
Unexpected 'type' attribute '%1' in Atom text content. Only 'text', 'html' or 'xhtml' is allowed. Element XML: %2 |
0xB000003D | '%1' 요소에는 자식 요소나 텍스트가 포함되지 않아야 합니다. 요소 XML: %2 |
Element '%1' should not contain child element or text. Element XML: %2 |
0xB000003E | type='xhtml'인 Atom 텍스트 콘텐츠에는 'http://www.w3.org/1999/xhtml' 네임스페이스의 단일 자식 요소 'div'가 있어야 합니다. |
Atom text content with type='xhtml' must have a single child element 'div' in namespace 'http://www.w3.org/1999/xhtml'. |
0xB000003F | 날짜 시간 '%1'을(를) 구문 분석하지 못했습니다. |
Failed to parse date time '%1'. |
0xB0000040 | 정수 '%1'을(를) 구문 분석하지 못했습니다. |
Failed to parse integer '%1'. |
0xB0000041 | '%1' 문서를 구문 분석하지 못했습니다. |
Failed to parse document: '%1'. |
0xB0000042 | 특성 노드를 만들지 못했습니다. '%2' 네임스페이스의 '%1' 특성은 유효한 XML 특성이 아닙니다. |
Failed to create attribute node. The attribute '%1' in namespace '%2' is not a valid XML attribute. |
0xB0000043 | 요소 노드를 만들지 못했습니다. '%2' 네임스페이스의 '%1' 요소는 유효한 XML 요소가 아닙니다. |
Failed to create element node. The element '%1' in namespace '%2' is not a valid XML element. |
0xB0000044 | '%2' 네임스페이스의 '%1' 특성을 요소에 추가하지 못했습니다. 이 문제는 네임스페이스 충돌 때문일 수 있으며 특성 이름에 다른 네임스페이스 접두사를 설정하면 해결할 수 있습니다. |
Failed to add attribute '%1' in namespace '%2' in to the element. This may be caused by namespace conflict and may be resolved by setting a different namespace prefix on the attribute name. |
0xB0000045 | JSON 문자열 '%1'을(를) 구문 분석하지 못했습니다. %2 근처에서 오류가 발생했습니다. |
Failed to parse JSON string '%1'. The error happened near %2. |
0xB0000046 | JSON 문자열이 최대 허용 깊이 %1을(를) 초과했습니다. |
The JSON string exceeded the maximum allowed depth %1. |
0xB0000047 | %1 핸들: HTTP/2를 사용합니다. |
Handle %1: HTTP/2 enabled. |
0xD0000001 | SyndicationAttribute |
SyndicationAttribute |
0xD0000002 | ISyndicationAttributeFactory |
ISyndicationAttributeFactory |
0xD0000003 | SyndicationNode |
SyndicationNode |
0xD0000004 | ISyndicationNodeFactory |
ISyndicationNodeFactory |
0xD0000005 | SyndicationGenerator |
SyndicationGenerator |
0xD0000006 | ISyndicationGeneratorFactory |
ISyndicationGeneratorFactory |
0xD0000007 | SyndicationText |
SyndicationText |
0xD0000008 | ISyndicationTextFactory |
ISyndicationTextFactory |
0xD0000009 | SyndicationContent |
SyndicationContent |
0xD000000A | ISyndicationContentFactory |
ISyndicationContentFactory |
0xD000000B | SyndicationLink |
SyndicationLink |
0xD000000C | ISyndicationLinkFactory |
ISyndicationLinkFactory |
0xD000000D | SyndicationPerson |
SyndicationPerson |
0xD000000E | ISyndicationPersonFactory |
ISyndicationPersonFactory |
0xD000000F | SyndicationCategory |
SyndicationCategory |
0xD0000010 | ISyndicationCategoryFactory |
ISyndicationCategoryFactory |
0xD0000011 | SyndicationItem |
SyndicationItem |
0xD0000012 | ISyndicationItemFactory |
ISyndicationItemFactory |
0xD0000013 | SyndicationFeed |
SyndicationFeed |
0xD0000014 | ISyndicationFeedFactory |
ISyndicationFeedFactory |
0xD0000015 | RetrieveFeedOperation |
RetrieveFeedOperation |
0xD0000016 | SyndicationClient |
SyndicationClient |
0xD0000017 | ISyndicationClientFactory |
ISyndicationClientFactory |
0xD0000018 | JsonValue |
JsonValue |
0xD0000019 | JsonObject |
JsonObject |
0xD000001A | IJsonObjectFactory |
IJsonObjectFactory |
0xD000001B | JsonArray |
JsonArray |
0xD000001C | IJsonArrayFactory |
IJsonArrayFactory |
0xD000001D | ResourceCollection |
ResourceCollection |
0xD000001E | Workspace |
Workspace |
0xD000001F | ServiceDocument |
ServiceDocument |
0xD0000020 | RetrieveServiceDocumentOperation |
RetrieveServiceDocumentOperation |
0xD0000021 | CreateResourceOperation |
CreateResourceOperation |
0xD0000022 | RetrieveResourceOperation |
RetrieveResourceOperation |
0xD0000023 | UpdateResourceOperation |
UpdateResourceOperation |
0xD0000024 | DeleteResourceOperation |
DeleteResourceOperation |
0xD0000025 | RetrieveMediaResourceOperation |
RetrieveMediaResourceOperation |
0xD0000026 | AtomPubClient |
AtomPubClient |
0xD0000027 | IAtomPubClientFactory |
IAtomPubClientFactory |
0xD0000028 | get_Name |
get_Name |
0xD0000029 | put_Name |
put_Name |
0xD000002A | get_Namespace |
get_Namespace |
0xD000002B | put_Namespace |
put_Namespace |
0xD000002C | get_Value |
get_Value |
0xD000002D | put_Value |
put_Value |
0xD000002E | CreateSyndicationAttribute |
CreateSyndicationAttribute |
0xD000002F | get_NodeName |
get_NodeName |
0xD0000030 | put_NodeName |
put_NodeName |
0xD0000031 | get_NodeNamespace |
get_NodeNamespace |
0xD0000032 | put_NodeNamespace |
put_NodeNamespace |
0xD0000033 | get_NodeValue |
get_NodeValue |
0xD0000034 | put_NodeValue |
put_NodeValue |
0xD0000035 | get_Language |
get_Language |
0xD0000036 | put_Language |
put_Language |
0xD0000037 | get_BaseUri |
get_BaseUri |
0xD0000038 | put_BaseUri |
put_BaseUri |
0xD0000039 | get_AttributeExtensions |
get_AttributeExtensions |
0xD000003A | get_ElementExtensions |
get_ElementExtensions |
0xD000003B | GetXmlDocument |
GetXmlDocument |
0xD000003C | CreateSyndicationNode |
CreateSyndicationNode |
0xD000003D | get_Text |
get_Text |
0xD000003E | put_Text |
put_Text |
0xD000003F | get_Uri |
get_Uri |
0xD0000040 | put_Uri |
put_Uri |
0xD0000041 | get_Version |
get_Version |
0xD0000042 | put_Version |
put_Version |
0xD0000043 | CreateSyndicationGenerator |
CreateSyndicationGenerator |
0xD0000044 | get_Type |
get_Type |
0xD0000045 | put_Type |
put_Type |
0xD0000046 | get_Xml |
get_Xml |
0xD0000047 | put_Xml |
put_Xml |
0xD0000048 | ToString |
ToString |
0xD0000049 | CreateSyndicationText |
CreateSyndicationText |
0xD000004A | CreateSyndicationTextEx |
CreateSyndicationTextEx |
0xD000004B | get_SourceUri |
get_SourceUri |
0xD000004C | put_SourceUri |
put_SourceUri |
0xD000004D | CreateSyndicationContent |
CreateSyndicationContent |
0xD000004E | CreateSyndicationContentWithSourceUri |
CreateSyndicationContentWithSourceUri |
0xD000004F | get_Length |
get_Length |
0xD0000050 | put_Length |
put_Length |
0xD0000051 | get_MediaType |
get_MediaType |
0xD0000052 | put_MediaType |
put_MediaType |
0xD0000053 | get_Relationship |
get_Relationship |
0xD0000054 | put_Relationship |
put_Relationship |
0xD0000055 | get_Title |
get_Title |
0xD0000056 | put_Title |
put_Title |
0xD0000057 | get_ResourceLanguage |
get_ResourceLanguage |
0xD0000058 | put_ResourceLanguage |
put_ResourceLanguage |
0xD0000059 | CreateSyndicationLink |
CreateSyndicationLink |
0xD000005A | CreateSyndicationLinkEx |
CreateSyndicationLinkEx |
0xD000005B | get_Email |
get_Email |
0xD000005C | put_Email |
put_Email |
0xD000005D | CreateSyndicationPerson |
CreateSyndicationPerson |
0xD000005E | CreateSyndicationPersonEx |
CreateSyndicationPersonEx |
0xD000005F | get_Label |
get_Label |
0xD0000060 | put_Label |
put_Label |
0xD0000061 | get_Scheme |
get_Scheme |
0xD0000062 | put_Scheme |
put_Scheme |
0xD0000063 | get_Term |
get_Term |
0xD0000064 | put_Term |
put_Term |
0xD0000065 | CreateSyndicationCategory |
CreateSyndicationCategory |
0xD0000066 | CreateSyndicationCategoryEx |
CreateSyndicationCategoryEx |
0xD0000067 | get_Authors |
get_Authors |
0xD0000068 | get_Categories |
get_Categories |
0xD0000069 | get_Contributors |
get_Contributors |
0xD000006A | get_Content |
get_Content |
0xD000006B | put_Content |
put_Content |
0xD000006C | get_Id |
get_Id |
0xD000006D | put_Id |
put_Id |
0xD000006E | get_LastUpdatedTime |
get_LastUpdatedTime |
0xD000006F | put_LastUpdatedTime |
put_LastUpdatedTime |
0xD0000070 | get_Links |
get_Links |
0xD0000071 | get_PublishedDate |
get_PublishedDate |
0xD0000072 | put_PublishedDate |
put_PublishedDate |
0xD0000073 | get_Rights |
get_Rights |
0xD0000074 | put_Rights |
put_Rights |
0xD0000075 | get_Source |
get_Source |
0xD0000076 | put_Source |
put_Source |
0xD0000077 | get_Summary |
get_Summary |
0xD0000078 | put_Summary |
put_Summary |
0xD0000079 | get_CommentsUri |
get_CommentsUri |
0xD000007A | put_CommentsUri |
put_CommentsUri |
0xD000007B | get_EditUri |
get_EditUri |
0xD000007C | get_EditMediaUri |
get_EditMediaUri |
0xD000007D | get_ETag |
get_ETag |
0xD000007E | get_FeedUri |
get_FeedUri |
0xD000007F | get_ItemUri |
get_ItemUri |
0xD0000080 | Load |
Load |
0xD0000081 | LoadFromXml |
LoadFromXml |
0xD0000082 | CreateSyndicationItem |
CreateSyndicationItem |
0xD0000083 | get_Generator |
get_Generator |
0xD0000084 | put_Generator |
put_Generator |
0xD0000085 | get_IconUri |
get_IconUri |
0xD0000086 | put_IconUri |
put_IconUri |
0xD0000087 | get_Items |
get_Items |
0xD0000088 | get_ImageUri |
get_ImageUri |
0xD0000089 | put_ImageUri |
put_ImageUri |
0xD000008A | get_Subtitle |
get_Subtitle |
0xD000008B | put_Subtitle |
put_Subtitle |
0xD000008C | get_FirstUri |
get_FirstUri |
0xD000008D | get_LastUri |
get_LastUri |
0xD000008E | get_NextUri |
get_NextUri |
0xD000008F | get_PreviousUri |
get_PreviousUri |
0xD0000090 | get_SourceFormat |
get_SourceFormat |
0xD0000091 | CreateSyndicationFeed |
CreateSyndicationFeed |
0xD0000092 | put_Progress |
put_Progress |
0xD0000093 | get_Progress |
get_Progress |
0xD0000094 | put_Completed |
put_Completed |
0xD0000095 | get_Completed |
get_Completed |
0xD0000096 | GetResults |
GetResults |
0xD0000097 | get_ServerCredential |
get_ServerCredential |
0xD0000098 | put_ServerCredential |
put_ServerCredential |
0xD0000099 | get_ProxyCredential |
get_ProxyCredential |
0xD000009A | put_ProxyCredential |
put_ProxyCredential |
0xD000009B | get_MaxResponseBufferSize |
get_MaxResponseBufferSize |
0xD000009C | put_MaxResponseBufferSize |
put_MaxResponseBufferSize |
0xD000009D | get_Timeout |
get_Timeout |
0xD000009E | put_Timeout |
put_Timeout |
0xD000009F | get_BypassCacheOnRetrieve |
get_BypassCacheOnRetrieve |
0xD00000A0 | put_BypassCacheOnRetrieve |
put_BypassCacheOnRetrieve |
0xD00000A1 | SetRequestHeader |
SetRequestHeader |
0xD00000A2 | RetrieveFeedAsync |
RetrieveFeedAsync |
0xD00000A3 | CreateSyndicationClient |
CreateSyndicationClient |
0xD00000A4 | get_ValueType |
get_ValueType |
0xD00000A5 | Parse |
Parse |
0xD00000A6 | Stringify |
Stringify |
0xD00000A7 | GetString |
GetString |
0xD00000A8 | GetNumber |
GetNumber |
0xD00000A9 | GetBoolean |
GetBoolean |
0xD00000AA | GetArray |
GetArray |
0xD00000AB | GetObject |
GetObject |
0xD00000AC | CreateBooleanValue |
CreateBooleanValue |
0xD00000AD | CreateNumberValue |
CreateNumberValue |
0xD00000AE | CreateStringValue |
CreateStringValue |
0xD00000AF | GetNamedValue |
GetNamedValue |
0xD00000B0 | SetNamedValue |
SetNamedValue |
0xD00000B1 | GetNamedObject |
GetNamedObject |
0xD00000B2 | GetNamedArray |
GetNamedArray |
0xD00000B3 | GetNamedString |
GetNamedString |
0xD00000B4 | GetNamedNumber |
GetNamedNumber |
0xD00000B5 | GetNamedBoolean |
GetNamedBoolean |
0xD00000B6 | CreateJsonObject |
CreateJsonObject |
0xD00000B7 | GetObjectAt |
GetObjectAt |
0xD00000B8 | GetArrayAt |
GetArrayAt |
0xD00000B9 | GetStringAt |
GetStringAt |
0xD00000BA | GetNumberAt |
GetNumberAt |
0xD00000BB | GetBooleanAt |
GetBooleanAt |
0xD00000BC | CreateJsonArray |
CreateJsonArray |
0xD00000BD | get_Accepts |
get_Accepts |
0xD00000BE | get_Collections |
get_Collections |
0xD00000BF | get_Workspaces |
get_Workspaces |
0xD00000C0 | RetrieveServiceDocumentAsync |
RetrieveServiceDocumentAsync |
0xD00000C1 | RetrieveMediaResourceAsync |
RetrieveMediaResourceAsync |
0xD00000C2 | RetrieveResourceAsync |
RetrieveResourceAsync |
0xD00000C3 | CreateResourceAsync |
CreateResourceAsync |
0xD00000C4 | CreateMediaResourceAsync |
CreateMediaResourceAsync |
0xD00000C5 | UpdateMediaResourceAsync |
UpdateMediaResourceAsync |
0xD00000C6 | UpdateResourceAsync |
UpdateResourceAsync |
0xD00000C7 | UpdateResourceItemAsync |
UpdateResourceItemAsync |
0xD00000C8 | DeleteResourceAsync |
DeleteResourceAsync |
0xD00000C9 | DeleteResourceItemAsync |
DeleteResourceItemAsync |
0xD00000CA | CancelAsyncOperations |
CancelAsyncOperations |
0xD00000CB | CreateAtomPubClientWithCredentials |
CreateAtomPubClientWithCredentials |
0xD00000CC | First |
First |
0xD00000CD | GetAt |
GetAt |
0xD00000CE | get_Size |
get_Size |
0xD00000CF | GetView |
GetView |
0xD00000D0 | IndexOf |
IndexOf |
0xD00000D1 | SetAt |
SetAt |
0xD00000D2 | InsertAt |
InsertAt |
0xD00000D3 | Insert |
Insert |
0xD00000D4 | RemoveAt |
RemoveAt |
0xD00000D5 | Remove |
Remove |
0xD00000D6 | Append |
Append |
0xD00000D7 | RemoveAtEnd |
RemoveAtEnd |
0xD00000D8 | Clear |
Clear |
0xD00000D9 | Lookup |
Lookup |
0xD00000DA | HasKey |
HasKey |
0xD00000DB | TryParse |
TryParse |
0xD00000DC | GetNamedValueOrDefault |
GetNamedValueOrDefault |
0xD00000DD | GetNamedObjectOrDefault |
GetNamedObjectOrDefault |
0xD00000DE | GetNamedArrayOrDefault |
GetNamedArrayOrDefault |
0xD00000DF | GetNamedStringOrDefault |
GetNamedStringOrDefault |
0xD00000E0 | GetNamedNumberOrDefault |
GetNamedNumberOrDefault |
0xD00000E1 | GetNamedBooleanOrDefault |
GetNamedBooleanOrDefault |
0xD00000E2 | CreateNullValue |
CreateNullValue |
0xD00000E3 | UpdateMediaResourceOperation |
UpdateMediaResourceOperation |