LocalizedLabelCollection Constructors
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.
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.