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

備註

例如,列印佇列的父系是裝載佇列的列印伺服器。

適用於