PrintQueue.Comment 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定印表機的相關註解。
public:
virtual property System::String ^ Comment { System::String ^ get(); void set(System::String ^ value); };
public virtual string Comment { get; set; }
member this.Comment : string with get, set
Public Overridable Property Comment As String
屬性值
印表機的相關註解。
備註
使用者可以看到 Windows 印表機清單和 Windows 通用列印對話方塊上的批注。 它可以提供印表機名稱、型號或位置屬性中未包含的信息,這些屬性也會顯示在相同位置;例如,「保留給薪資部門下午 3 點到下午 4 點」 (屬性 Description 可讓您儲存使用者無法檢視的資訊,除非您的應用程式讓它可見。)