diff options
author | Rob Mensching <rob@firegiant.com> | 2020-06-23 01:12:02 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-06-23 02:05:51 -0700 |
commit | 9cba27824ac9caf46d7e08f2254ff8dcf280b3d1 (patch) | |
tree | 7890fb71e73a818f815fd35067b49137c644ee34 /src | |
parent | e845e1f100dfddd479b97d2d4a092b4150b4c2f1 (diff) | |
download | wix-9cba27824ac9caf46d7e08f2254ff8dcf280b3d1.tar.gz wix-9cba27824ac9caf46d7e08f2254ff8dcf280b3d1.tar.bz2 wix-9cba27824ac9caf46d7e08f2254ff8dcf280b3d1.zip |
Deprecate the use of inner text
Diffstat (limited to 'src')
-rw-r--r-- | src/WixToolset.Extensibility/Services/IParseHelper.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Extensibility/Services/IParseHelper.cs b/src/WixToolset.Extensibility/Services/IParseHelper.cs index 458e1e68..e3ae30b5 100644 --- a/src/WixToolset.Extensibility/Services/IParseHelper.cs +++ b/src/WixToolset.Extensibility/Services/IParseHelper.cs | |||
@@ -338,6 +338,7 @@ namespace WixToolset.Extensibility.Services | |||
338 | /// </summary> | 338 | /// </summary> |
339 | /// <param name="node">The node to ensure inner text is a condition.</param> | 339 | /// <param name="node">The node to ensure inner text is a condition.</param> |
340 | /// <returns>The value converted into a safe condition.</returns> | 340 | /// <returns>The value converted into a safe condition.</returns> |
341 | [Obsolete] | ||
341 | string GetConditionInnerText(XElement node); | 342 | string GetConditionInnerText(XElement node); |
342 | 343 | ||
343 | /// <summary> | 344 | /// <summary> |
@@ -345,6 +346,7 @@ namespace WixToolset.Extensibility.Services | |||
345 | /// </summary> | 346 | /// </summary> |
346 | /// <param name="element">The element with inner text to be trimmed.</param> | 347 | /// <param name="element">The element with inner text to be trimmed.</param> |
347 | /// <returns>The node's inner text trimmed.</returns> | 348 | /// <returns>The node's inner text trimmed.</returns> |
349 | [Obsolete] | ||
348 | string GetTrimmedInnerText(XElement element); | 350 | string GetTrimmedInnerText(XElement element); |
349 | 351 | ||
350 | /// <summary> | 352 | /// <summary> |