다음을 통해 공유


ViewComponentConventions.IsComponent(TypeInfo) 메서드

정의

형식이 를 정의하는 ViewComponentAttributepublic, non abstract, non generic 클래스인 경우 를 반환하지만, 및 에 ViewComponent로 끝나는 이름이 없는 NonViewComponentAttribute 경우 를 반환 true 합니다.

public:
 static bool IsComponent(System::Reflection::TypeInfo ^ typeInfo);
public static bool IsComponent (System.Reflection.TypeInfo typeInfo);
static member IsComponent : System.Reflection.TypeInfo -> bool
Public Shared Function IsComponent (typeInfo As TypeInfo) As Boolean

매개 변수

typeInfo
TypeInfo

검사할 TypeInfo입니다.

반환

형식이 구성 요소인 경우

적용 대상