ViewComponentDescriptor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A descriptor for a view component.
public ref class ViewComponentDescriptor
public class ViewComponentDescriptor
type ViewComponentDescriptor = class
Public Class ViewComponentDescriptor
- Inheritance
-
ViewComponentDescriptor
Constructors
ViewComponentDescriptor() |
Creates a new ViewComponentDescriptor. |
Properties
DisplayName |
Gets or sets the display name of the view component. |
FullName |
Gets or sets the full name. |
Id |
Gets or set the generated unique identifier for this ViewComponentDescriptor. |
MethodInfo |
Gets or sets the MethodInfo to invoke. |
Parameters |
Gets or sets the parameters associated with the method described by MethodInfo. |
ShortName |
Gets or sets the short name. |
TypeInfo |
Gets or sets the TypeInfo. |