SystemTarget.ITargetHolder.GetComponent<TComponent> 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取具有指定类型的组件。
TComponent ITargetHolder.GetComponent<TComponent> () where TComponent : class;
abstract member Orleans.Serialization.Invocation.ITargetHolder.GetComponent : unit -> 'Component (requires 'Component : null)
override this.Orleans.Serialization.Invocation.ITargetHolder.GetComponent : unit -> 'Component (requires 'Component : null)
Function GetComponent(Of TComponent As Class) () As TComponent Implements ITargetHolder.GetComponent
类型参数
- TComponent
组件类型。
返回
TComponent
具有指定类型的组件。