CXCallObserver.Calls Property
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.
Gets an array that contains the observed calls.
public virtual CallKit.CXCall[] Calls { [Foundation.Export("calls", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.Calls : CallKit.CXCall[]
Property Value
CXCall[]
An array that contains the observed calls.
- Attributes