DesignerOptionService.DesignerOptionCollection.Parent 属性

定义

获取父集合对象。

public:
 property System::ComponentModel::Design::DesignerOptionService::DesignerOptionCollection ^ Parent { System::ComponentModel::Design::DesignerOptionService::DesignerOptionCollection ^ get(); };
public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection Parent { get; }
public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection? Parent { get; }
member this.Parent : System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection
Public ReadOnly Property Parent As DesignerOptionService.DesignerOptionCollection

属性值

父集合对象,如果不存在父级,则为 null

适用于