FileCodeModel.Parent 属性

定义

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

public:
 property EnvDTE::ProjectItem ^ Parent { EnvDTE::ProjectItem ^ get(); };
public:
 property EnvDTE::ProjectItem ^ Parent { EnvDTE::ProjectItem ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public EnvDTE.ProjectItem Parent { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Parent : EnvDTE.ProjectItem
Public ReadOnly Property Parent As ProjectItem

属性值

ProjectItem

ProjectItem 对象。

属性

注解

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

适用于