VCReferences.Parent 属性

定义

获取给定对象的直接父对象。

public:
 property System::Object ^ Parent { System::Object ^ get(); };
public:
 property Platform::Object ^ Parent { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(677)]
public object Parent { [System.Runtime.InteropServices.DispId(677)] get; }
[<System.Runtime.InteropServices.DispId(677)>]
[<get: System.Runtime.InteropServices.DispId(677)>]
member this.Parent : obj
Public ReadOnly Property Parent As Object

属性值

Object

父 对象。

实现

属性

注解

Parent属性返回对象或集合的直接父对象。

适用于