다음을 통해 공유


IDelta.TryGetPropertyType(String, Type) 메서드

정의

기본 엔터티에서 호출 name 된 속성의 를 가져오 Type 려고 시도합니다.

public bool TryGetPropertyType (string name, out Type type);
abstract member TryGetPropertyType : string * Type -> bool
Public Function TryGetPropertyType (name As String, ByRef type As Type) As Boolean

매개 변수

name
String

속성 이름

type
Type

속성 형식

반환

속성이 발견되면 를 반환하고false, 그렇지 않으면 를 반환 true 합니다.

적용 대상