ISettingsService.GetMultipleSettingsAsync(Int32) 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.
Returns all setttings whose revision number is greater than modifiedAfter
.
public:
System::Threading::Tasks::Task<cli::array <Microsoft::VisualStudio::Settings::SerializedSetting ^> ^> ^ GetMultipleSettingsAsync(int modifiedAfter);
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Settings.SerializedSetting[]> GetMultipleSettingsAsync (int modifiedAfter);
abstract member GetMultipleSettingsAsync : int -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Settings.SerializedSetting[]>
Public Function GetMultipleSettingsAsync (modifiedAfter As Integer) As Task(Of SerializedSetting())
Parameters
- modifiedAfter
- Int32
Returns
Exceptions
Thrown when this is called before InitAsync(String, Boolean, Int32, Guid, String).