XmlQueryRuntime.ChangeTypeXsltArgument(Int32, Object, Type) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
V1 XSLT 규칙을 사용하여 매개 변수의 value CLR 형식에서 CLR destinationType 로 값을 변환합니다. 모든 결과 트리 조각 값을 노드로 변환합니다.
public:
System::Object ^ ChangeTypeXsltArgument(int indexType, System::Object ^ value, Type ^ destinationType);
public object ChangeTypeXsltArgument(int indexType, object value, Type destinationType);
member this.ChangeTypeXsltArgument : int * obj * Type -> obj
Public Function ChangeTypeXsltArgument (indexType As Integer, value As Object, destinationType As Type) As Object
매개 변수
- value
- Object
object 형식의 값입니다.
- destinationType
- Type
Type 형식의 값입니다.
반품
object 형식의 값입니다.