_Conversation.GetParent(Object) 方法

定义

返回会话中指定节点的父项目。

public:
 System::Object ^ GetParent(System::Object ^ Item);
public object GetParent (object Item);
Public Function GetParent (Item As Object) As Object

参数

Item
Object

作为会话一部分的会话节点。

返回

Object C#) 中的 (对象,表示由 Item 参数指定的节点的父会话项。

注解

如果会话中不存在由 Item 参数指定的节点, 则 GetParent 方法将返回错误。

如果 由 参数指定的 Item 节点在会话中没有父项, 则 GetParent 方法返回 Nothing (空引用 (Visual Basic) C#) 中的 Nothing。

适用于