LocalizationExtenderProvider.ShouldSerializeLanguage(Object) Method
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.
Gets a value indicating whether the specified object must have its localizable values persisted in a resource.
public:
bool ShouldSerializeLanguage(System::Object ^ o);
public bool ShouldSerializeLanguage (object o);
member this.ShouldSerializeLanguage : obj -> bool
Public Function ShouldSerializeLanguage (o As Object) As Boolean
Parameters
- o
- Object
The object to get the language support persistence flag for.
Returns
true
if the localizable values should be persisted in resources; otherwise, false
.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.