DialReceiverApp.Current 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 instance of the DialReceiverApp class.
public:
static property DialReceiverApp ^ Current { DialReceiverApp ^ get(); };
static DialReceiverApp Current();
public static DialReceiverApp Current { get; }
var dialReceiverApp = DialReceiverApp.current;
Public Shared ReadOnly Property Current As DialReceiverApp
Property Value
An instance of the DialReceiverApp class.