RemotePresenceView.GetPresentities 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 a snapshot of the list of targets in this view.
public:
System::Collections::ObjectModel::Collection<System::String ^> ^ GetPresentities();
public System.Collections.ObjectModel.Collection<string> GetPresentities ();
member this.GetPresentities : unit -> System.Collections.ObjectModel.Collection<string>
Public Function GetPresentities () As Collection(Of String)