Languages Interface

Definition

A collection of Language objects.

public interface class Languages : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("A4F4246C-C131-11D2-8AD1-00C04F79E479")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface Languages : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("A4F4246C-C131-11D2-8AD1-00C04F79E479")]
public interface Languages : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("A4F4246C-C131-11D2-8AD1-00C04F79E479")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type Languages = interface
    interface IEnumerable
[<System.Runtime.InteropServices.Guid("A4F4246C-C131-11D2-8AD1-00C04F79E479")>]
type Languages = interface
    interface IEnumerable
Public Interface Languages
Implements IEnumerable
Attributes
Implements

Properties

Count

Gets a value indicating the number of objects in the collection.

DTE

Gets the top-level extensibility object.

Parent

Gets the immediate parent object of a given Languages collection.

Methods

GetEnumerator()

Gets an enumeration for items in a collection.

Item(Object)

Returns a Language object in the Languages collection.

Applies to