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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.