PrintQueue.HostingPrintServer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定可控制列印佇列之保護 (Protected) 的列印伺服器。
public: virtual property System::Printing::PrintServer ^ HostingPrintServer { public:
System::Printing::PrintServer ^ get(); protected:
void set(System::Printing::PrintServer ^ value); };
public virtual System.Printing.PrintServer HostingPrintServer { get; protected set; }
member this.HostingPrintServer : System.Printing.PrintServer with get, set
Public Overridable Property HostingPrintServer As PrintServer
屬性值
裝載列印佇列的 PrintServer 名稱和其他屬性。
備註
此屬性只能由衍生自 PrintQueue 的類別設定,因為屬性的 setter 是 protected
。