GetBehavior Method
GetBehavior<T>()
Gets a behavior extension object from the design item.
Declaration
public T GetBehavior<T>()
where T : class
Returns
Type | Description |
---|---|
T | The behavior object, or null if it was not found. |
Type Parameters
Name | Description |
---|---|
T |