PrinterSettings::StringCollection Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Contains a collection of String objects.

Namespace:   System.Drawing.Printing
Assembly:  System.Drawing (in System.Drawing.dll)

System::Object
  System.Drawing.Printing::PrinterSettings::StringCollection

public ref class StringCollection : ICollection, IEnumerable

NameDescription
System_CAPS_pubmethodPrinterSettings::StringCollection(array<String^>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the PrinterSettings::StringCollection class.

NameDescription
System_CAPS_pubpropertyCount

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of strings in the collection.

System_CAPS_pubpropertyItem[Int32]

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the String at a specified index.

NameDescription
System_CAPS_pubmethodAdd(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Adds a string to the end of the collection.

System_CAPS_pubmethodCopyTo(array<String^>^, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Copies the contents of the current PrinterSettings::PrinterResolutionCollection to the specified array, starting at the specified index

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

This API supports the product infrastructure and is not intended to be used directly from your code. Returns an enumerator that can iterate through the collection.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection::CopyTo(Array^, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see CopyTo.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see GetEnumerator.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::Count

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see Count.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IsSynchronized.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::SyncRoot

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see SyncRoot.

NameDescription
System_CAPS_pubmethodAsParallel()

Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.)

System_CAPS_pubmethodAsQueryable()

Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.)

System_CAPS_pubmethodCast<TResult>()

Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.)

System_CAPS_pubmethodOfType<TResult>()

Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.)

The PrinterSettings::InstalledPrinters property, which indicates the names of printers installed on a computer, is a PrinterSettings::StringCollection.

.NET Framework
Available since 1.1

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: