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。 |