LocalizedLabelCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a collection of LocalizedLabel.
public ref class LocalizedLabelCollection sealed : Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::LocalizedLabel ^>
[System.Runtime.Serialization.CollectionDataContract(Name="LocalizedLabelCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public sealed class LocalizedLabelCollection : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.LocalizedLabel>
[<System.Runtime.Serialization.CollectionDataContract(Name="LocalizedLabelCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type LocalizedLabelCollection = class
inherit DataCollection<LocalizedLabel>
Public NotInheritable Class LocalizedLabelCollection
Inherits DataCollection(Of LocalizedLabel)
- Inheritance
- Attributes
Constructors
LocalizedLabelCollection() |
Initializes a new instance of the LocalizedLabelCollection class |
LocalizedLabelCollection(IList<LocalizedLabel>) |
Initializes a new instance of the LocalizedLabelCollection class |
Methods
AddRange(IEnumerable<T>) |
Adds the elements of the specified collection to the end of the |
AddRange(T[]) |
Adds the elements of the specified collection to the end of the DataCollection<T>. (Inherited from DataCollection<T>) |
ToArray() |
Copies the elements of the DataCollection<T> to a new array. (Inherited from DataCollection<T>) |