ITargetHolder.GetTarget<TTarget> Method
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.
Gets the target.
public TTarget GetTarget<TTarget> () where TTarget : class;
public TTarget? GetTarget<TTarget> () where TTarget : class;
abstract member GetTarget : unit -> 'arget (requires 'arget : null)
Public Function GetTarget(Of TTarget As Class) () As TTarget
Type Parameters
- TTarget
The target type.
Returns
TTarget
The target.