VCCodeEnum.Parent 属性

定义

获取 VCCodeEnum 对象的直接父对象。

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

属性值

Object

直接父对象。

属性

注解

Parent属性返回对象或集合的直接父对象。 如果要获取包含集合,则使用 Collection 属性。

适用于