CustomUriFunctions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클래스는 사용자 지정 uri 함수의 함수 서명을 나타냅니다.
public static class CustomUriFunctions
type CustomUriFunctions = class
Public Class CustomUriFunctions
- 상속
-
CustomUriFunctions
메서드
AddCustomUriFunction(String, FunctionSignatureWithReturnType) |
사용자 지정 uri 함수를 추가하여 uri 함수를 확장합니다. 함수 이름이 사용자 지정 함수로 이미 존재하는 경우 서명이 다른 오버로드로 추가됩니다. |
RemoveCustomUriFunction(String) |
사용자 지정 uri 함수에서 모든 함수 오버로드를 제거합니다. |
RemoveCustomUriFunction(String, FunctionSignatureWithReturnType) |
사용자 지정 uri 함수에서 특정 함수 오버로드를 제거합니다. |