다음을 통해 공유


TryCreateObjectInstance 대리자

네임스페이스:  Microsoft.Data.Edm.EdmToClrConversion
어셈블리:  Microsoft.Data.Edm(Microsoft.Data.Edm.dll)

구문

‘선언
Public Delegate Function TryCreateObjectInstance ( _
    edmValue As IEdmStructuredValue, _
    clrType As Type, _
    converter As EdmToClrConverter, _
    <OutAttribute> ByRef objectInstance As Object, _
    <OutAttribute> ByRef objectInstanceInitialized As Boolean _
) As Boolean
‘사용 방법
Dim instance As New TryCreateObjectInstance(AddressOf HandlerMethod)
public delegate bool TryCreateObjectInstance(
    IEdmStructuredValue edmValue,
    Type clrType,
    EdmToClrConverter converter,
    out Object objectInstance,
    out bool objectInstanceInitialized
)
public delegate bool TryCreateObjectInstance(
    IEdmStructuredValue^ edmValue, 
    Type^ clrType, 
    EdmToClrConverter^ converter, 
    [OutAttribute] Object^% objectInstance, 
    [OutAttribute] bool% objectInstanceInitialized
)
type TryCreateObjectInstance = 
    delegate of 
        edmValue:IEdmStructuredValue * 
        clrType:Type * 
        converter:EdmToClrConverter * 
        objectInstance:Object byref * 
        objectInstanceInitialized:bool byref -> bool
JScript는 위임 사용을 지원하지만 새로운 위임의 선언은 지원하지 않습니다.

매개 변수

반환 값

유형: System.Boolean

참고 항목

참조

Microsoft.Data.Edm.EdmToClrConversion 네임스페이스