RemoteSettingsFilterProvider.GetVsIdAsync 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.
VSid of the signed-in user (VS specific - empty Guid if not applicable).
public:
virtual System::Threading::Tasks::Task<System::String ^> ^ GetVsIdAsync();
public virtual System.Threading.Tasks.Task<string> GetVsIdAsync ();
abstract member GetVsIdAsync : unit -> System.Threading.Tasks.Task<string>
override this.GetVsIdAsync : unit -> System.Threading.Tasks.Task<string>
Public Overridable Function GetVsIdAsync () As Task(Of String)