[office-js] [office-js-preview] Add deprecation message (#37776)

This commit is contained in:
Elizabeth Samuel
2019-08-21 08:15:04 -07:00
committed by Sheetal Nandi
parent b4ee5a63aa
commit d758ee4bf0
2 changed files with 2 additions and 2 deletions

View File

@@ -999,7 +999,7 @@ declare namespace Office {
/**
* Check if the specified requirement set is supported by the host Office application.
* @deprecated
* @deprecated Use the string overload of `isSetSupported` instead.
* @param name - The requirement set name (e.g., "ExcelApi").
* @param minVersionNumber - The minimum required version (e.g., 1.4).
* Warning: This overload of `isSetSupported` (where `minVersionNumber` is a number) is deprecated. Use the string overload of `isSetSupported` instead.

View File

@@ -993,7 +993,7 @@ declare namespace Office {
/**
* Check if the specified requirement set is supported by the host Office application.
* @deprecated
* @deprecated Use the string overload of `isSetSupported` instead.
* @param name - The requirement set name (e.g., "ExcelApi").
* @param minVersionNumber - The minimum required version (e.g., 1.4).
* Warning: This overload of `isSetSupported` (where `minVersionNumber` is a number) is deprecated. Use the string overload of `isSetSupported` instead.