ViewComponentDescriptor 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
뷰 구성 요소에 대한 설명자입니다.
public ref class ViewComponentDescriptor
public class ViewComponentDescriptor
type ViewComponentDescriptor = class
Public Class ViewComponentDescriptor
- 상속
-
ViewComponentDescriptor
생성자
ViewComponentDescriptor() |
새 ViewComponentDescriptor를 만듭니다. |
속성
DisplayName |
보기 구성 요소의 표시 이름을 가져오거나 설정합니다. |
FullName |
전체 이름을 가져오거나 설정합니다. |
Id |
이 ViewComponentDescriptor에 대해 생성된 고유 식별자를 가져오거나 설정합니다. |
MethodInfo |
호출할 를 MethodInfo 가져오거나 설정합니다. |
Parameters |
에서 설명하는 MethodInfo메서드와 연결된 매개 변수를 가져오거나 설정합니다. |
ShortName |
짧은 이름을 가져오거나 설정합니다. |
TypeInfo |
TypeInfo를 가져오거나 설정합니다. |