Share via


LocalizedLabelCollection Constructors

Definition

Overloads

LocalizedLabelCollection()

Initializes a new instance of the LocalizedLabelCollection class

LocalizedLabelCollection(IList<LocalizedLabel>)

Initializes a new instance of the LocalizedLabelCollection class

LocalizedLabelCollection()

Initializes a new instance of the LocalizedLabelCollection class

public:
 LocalizedLabelCollection();
public LocalizedLabelCollection ();
Public Sub New ()

Applies to

LocalizedLabelCollection(IList<LocalizedLabel>)

Initializes a new instance of the LocalizedLabelCollection class

public:
 LocalizedLabelCollection(System::Collections::Generic::IList<Microsoft::Xrm::Sdk::LocalizedLabel ^> ^ list);
public LocalizedLabelCollection (System.Collections.Generic.IList<Microsoft.Xrm.Sdk.LocalizedLabel> list);
new Microsoft.Xrm.Sdk.LocalizedLabelCollection : System.Collections.Generic.IList<Microsoft.Xrm.Sdk.LocalizedLabel> -> Microsoft.Xrm.Sdk.LocalizedLabelCollection
Public Sub New (list As IList(Of LocalizedLabel))

Parameters

list
IList<LocalizedLabel>

LocalizedLabel>. Sets a list of localized labels.

Applies to