LocaleStringInternal 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
LocaleStringInternal(String) | |
LocaleStringInternal(Int64, String) |
LocaleStringInternal(String)
public:
LocaleStringInternal(System::String ^ value);
public LocaleStringInternal (string value);
new Microsoft.Rtc.Internal.Collaboration.LocaleStringInternal : string -> Microsoft.Rtc.Internal.Collaboration.LocaleStringInternal
Public Sub New (value As String)
Parameters
- value
- String
Applies to
LocaleStringInternal(Int64, String)
public:
LocaleStringInternal(long localeId, System::String ^ value);
public LocaleStringInternal (long localeId, string value);
new Microsoft.Rtc.Internal.Collaboration.LocaleStringInternal : int64 * string -> Microsoft.Rtc.Internal.Collaboration.LocaleStringInternal
Public Sub New (localeId As Long, value As String)
Parameters
- localeId
- Int64
- value
- String