GlobalModule.Printers Property
This API supports the product infrastructure and is not intended to be used directly from your code.
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
public static PrinterCollection Printers { get; }
public:
property PrinterCollection^ Printers {
static PrinterCollection^ get();
}
static member Printers : PrinterCollection with get
Public Shared ReadOnly Property Printers As PrinterCollection
Property Value
Type: Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6.PrinterCollection
A PrinterCollection for use during upgrade.
Remarks
Provides support for the Printer module for use during upgrading.
See Also
GlobalModule Class
Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace
bc1bcb98-e13b-4c68-a514-045c042dbf364e434922-3709-49c6-a69d-38120ed72d7a7f9351ea-cb3e-4615-8f70-5a29c165c1a7
Return to top