Languages Interface
A collection of Language objects.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("A4F4246C-C131-11D2-8AD1-00C04F79E479")> _
Public Interface Languages _
Inherits IEnumerable
[GuidAttribute("A4F4246C-C131-11D2-8AD1-00C04F79E479")]
public interface Languages : IEnumerable
[GuidAttribute(L"A4F4246C-C131-11D2-8AD1-00C04F79E479")]
public interface class Languages : IEnumerable
[<GuidAttribute("A4F4246C-C131-11D2-8AD1-00C04F79E479")>]
type Languages =
interface
interface IEnumerable
end
public interface Languages extends IEnumerable
The Languages type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator | Gets an enumeration for items in a collection. | |
Item | Returns a Language object in the Languages collection. |
Top