ObjectReferenceService.TryGetObject(Guid, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通过其 ObjectReference 获得实际引用至对象。
public:
bool TryGetObject(Guid objectReferenceId, [Runtime::InteropServices::Out] System::Object ^ % obj);
public bool TryGetObject (Guid objectReferenceId, out object obj);
member this.TryGetObject : Guid * obj -> bool
Public Function TryGetObject (objectReferenceId As Guid, ByRef obj As Object) As Boolean
参数
- objectReferenceId
- Guid
活动引用。
- obj
- Object
如果引用可用,则为已取消引用的活动;否则为 null。
返回
如果对象的实际引用通过对象引用获得,则为 true
;否则为 false
。