PrintSystemObject.Parent 属性

定义

获取对象的父级。

public:
 virtual property System::Printing::PrintSystemObject ^ Parent { System::Printing::PrintSystemObject ^ get(); };
public virtual System.Printing.PrintSystemObject Parent { get; }
member this.Parent : System.Printing.PrintSystemObject
Public Overridable ReadOnly Property Parent As PrintSystemObject

属性值

另一个 PrintSystemObject

注解

例如,打印队列的父级是承载队列的打印服务器。

适用于