| PropertyManagerPageElementExGetValueT Method |
Gets the value from the property manager page element
Namespace:
CodeStack.SwEx.PMPage.Controls
Assembly:
CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax public static T GetValue<T>(
this IPropertyManagerPageElementEx elem
)
<ExtensionAttribute>
Public Shared Function GetValue(Of T) (
elem As IPropertyManagerPageElementEx
) As T
public:
[ExtensionAttribute]
generic<typename T>
static T GetValue(
IPropertyManagerPageElementEx^ elem
)
Parameters
- elem
- Type: CodeStack.SwEx.PMPage.ControlsIPropertyManagerPageElementEx
Property Manager Page element
Type Parameters
- T
- Type of the control value
Return Value
Type:
TValue extracted from the control
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IPropertyManagerPageElementEx. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Exceptions Exception | Condition |
---|
InvalidCastException | |
NotSupportedException | |
See Also