Note
"Unmarking" objects is not necessary, because this method creates weak references to the marked objects.
In other words, using this method does not disturb garbage collection and causes no memory leak.
public static void MarkLocalizable(
bool translationEnabled,
params Object[] objects
)Public Shared Sub MarkLocalizable (
translationEnabled As Boolean,
ParamArray objects As Object()
)public:
static void MarkLocalizable(
bool translationEnabled,
... array<Object^>^ objects
)static member MarkLocalizable :
translationEnabled : bool *
objects : Object[] -> unit