initial
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,473 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview">
|
||||
<summary>**Deprecated.** Defines the list of supported feature data types.</summary>
|
||||
<deprecated type="deprecate">Use TensorKind instead of FeatureElementKindPreview. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Boolean">
|
||||
<summary>Feature element is of type Boolean.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Complex128">
|
||||
<summary>Feature element is of type Complex128.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Complex64">
|
||||
<summary>Feature element is of type Complex64.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Double">
|
||||
<summary>Feature element is of type Double.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Float">
|
||||
<summary>Feature element is of type Float.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Float16">
|
||||
<summary>Feature element is of type Float16.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Int16">
|
||||
<summary>Feature element is of type Int16.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Int32">
|
||||
<summary>Feature element is of type Int32.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Int64">
|
||||
<summary>Feature element is of type Int64.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Int8">
|
||||
<summary>Feature element is of type Int8.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.String">
|
||||
<summary>Feature element is of type String.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.UInt16">
|
||||
<summary>Feature element is of type UInt16.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.UInt32">
|
||||
<summary>Feature element is of type UInt32.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.UInt64">
|
||||
<summary>Feature element is of type UInt64.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.UInt8">
|
||||
<summary>Feature element is of type UInt8.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.Undefined">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Windows.AI.MachineLearning.Preview.ILearningModelVariableDescriptorPreview">
|
||||
<summary>**Deprecated.** Represents the variable descriptor information.</summary>
|
||||
<deprecated type="deprecate">Use ILearningModelFeatureDescriptor instead of ILearningModelVariableDescriptorPreview. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.ILearningModelVariableDescriptorPreview.Description">
|
||||
<summary>**Deprecated.** Gets the description of the variable.</summary>
|
||||
<returns>The description of the variable.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.ILearningModelVariableDescriptorPreview.IsRequired">
|
||||
<summary>**Deprecated.** Gets whether the variable is required or optional.</summary>
|
||||
<returns>True if the variable is required; otherwise false.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.ILearningModelVariableDescriptorPreview.ModelFeatureKind">
|
||||
<summary>**Deprecated.** Gets the data type of the variable.</summary>
|
||||
<returns>The data type of the variable.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.ILearningModelVariableDescriptorPreview.Name">
|
||||
<summary>**Deprecated.** Gets the name of the variable.</summary>
|
||||
<returns>The name of the variable.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.AI.MachineLearning.Preview.ImageVariableDescriptorPreview">
|
||||
<summary>**Deprecated.** Represents the image descriptor information.</summary>
|
||||
<deprecated type="deprecate">Use ImageFeatureDescriptor instead of ImageVariableDescriptorPreview. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.ImageVariableDescriptorPreview.BitmapPixelFormat">
|
||||
<summary>**Deprecated.** Gets the pixel format of the image.</summary>
|
||||
<returns>Pixel format of the image.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.ImageVariableDescriptorPreview.Description">
|
||||
<summary>**Deprecated.** Gets the description of the image variable.</summary>
|
||||
<returns>The description of the image variable.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.ImageVariableDescriptorPreview.Height">
|
||||
<summary>
|
||||
</summary>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.ImageVariableDescriptorPreview.IsRequired">
|
||||
<summary>
|
||||
</summary>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.ImageVariableDescriptorPreview.ModelFeatureKind">
|
||||
<summary>**Deprecated.** Gets the data type of the variable.</summary>
|
||||
<returns>The data type of the variable.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.ImageVariableDescriptorPreview.Name">
|
||||
<summary>**Deprecated.** Gets the name of the image variable.</summary>
|
||||
<returns>The name of the image variable.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.ImageVariableDescriptorPreview.Width">
|
||||
<summary>
|
||||
</summary>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:Windows.AI.MachineLearning.Preview.InferencingOptionsPreview">
|
||||
<summary>**Deprecated.** Represents the inference options for controlling the evaluation of a model.</summary>
|
||||
<deprecated type="deprecate">Use LearningModelSession instead of InferencingOptionsPreview. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.InferencingOptionsPreview.IsTracingEnabled">
|
||||
<summary>**Deprecated.** Gets or sets whether tracing is enabled during model evaluation.</summary>
|
||||
<returns>True if tracing is enabled; otherwise false. The default value is false.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.InferencingOptionsPreview.MaxBatchSize">
|
||||
<summary>**Deprecated.** Gets or sets the maximum batch size for model evaluation.</summary>
|
||||
<returns>The maximum batch size. Preview API only supports batching size of 1.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.InferencingOptionsPreview.MinimizeMemoryAllocation">
|
||||
<summary>**Deprecated.** Gets or sets whether to minimize memory allocation after model evaluation.</summary>
|
||||
<returns>True if minimizing memory allocation during evaluation; otherwise false. The default is false.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.InferencingOptionsPreview.PreferredDeviceKind">
|
||||
<summary>**Deprecated.** Gets or sets the preferred device that the evaluation will be performed on.</summary>
|
||||
<returns>The preferred device. The default value is LearningDeviceAny.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.InferencingOptionsPreview.ReclaimMemoryAfterEvaluation">
|
||||
<summary>**Deprecated.** Gets or sets whether to reclaim allocated memory after the model evaluation.</summary>
|
||||
<returns>True if reclaiming allocated memory after evaluation; otherwise false. The default value is false.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview">
|
||||
<summary>**Deprecated.** Represents the associations between model inputs and variable instances.</summary>
|
||||
<deprecated type="deprecate">Use LearningModelBinding instead of LearningModelBindingPreview. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.#ctor(Windows.AI.MachineLearning.Preview.LearningModelPreview)">
|
||||
<summary>
|
||||
</summary>
|
||||
<deprecated type="deprecate">Use ILearningModelBindingFactory instead of ILearningModelBindingPreviewFactory. For more info, see MSDN.</deprecated>
|
||||
<param name="model">
|
||||
</param>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.Size">
|
||||
<summary>
|
||||
</summary>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.Bind(System.String,System.Object)">
|
||||
<summary>**Deprecated.** Binds a single input or output feature to a defined variable.</summary>
|
||||
<deprecated type="deprecate">Use ILearningModelBinding instead of ILearningModelBindingPreview. For more info, see MSDN.</deprecated>
|
||||
<param name="name">The name of the input/output feature.</param>
|
||||
<param name="value">The value of the input/output feature.</param>
|
||||
</member>
|
||||
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.Bind(System.String,System.Object,Windows.Foundation.Collections.IPropertySet)">
|
||||
<summary>
|
||||
</summary>
|
||||
<deprecated type="deprecate">Use ILearningModelBinding instead of ILearningModelBindingPreview. For more info, see MSDN.</deprecated>
|
||||
<param name="name">
|
||||
</param>
|
||||
<param name="value">
|
||||
</param>
|
||||
<param name="metadata">
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.Clear">
|
||||
<summary>**Deprecated.** Clears all bound variables.</summary>
|
||||
<deprecated type="deprecate">Use ILearningModelBinding instead of ILearningModelBindingPreview. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.First">
|
||||
<summary>
|
||||
</summary>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.HasKey(System.String)">
|
||||
<summary>
|
||||
</summary>
|
||||
<param name="key">
|
||||
</param>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.Lookup(System.String)">
|
||||
<summary>
|
||||
</summary>
|
||||
<param name="key">
|
||||
</param>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelBindingPreview.Split(Windows.Foundation.Collections.IMapView{System.String,System.Object}@,Windows.Foundation.Collections.IMapView{System.String,System.Object}@)">
|
||||
<summary>
|
||||
</summary>
|
||||
<param name="first">
|
||||
</param>
|
||||
<param name="second">
|
||||
</param>
|
||||
</member>
|
||||
<member name="T:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview">
|
||||
<summary>**Deprecated.** Represents the metadata and property descriptions for the provided model.</summary>
|
||||
<deprecated type="deprecate">Use LearningModel instead of LearningModelDescriptionPreview. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview.Author">
|
||||
<summary>**Deprecated.** Gets the author information from the model.</summary>
|
||||
<returns>The author information from the model.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview.Description">
|
||||
<summary>**Deprecated.** Gets the custom description of the model.</summary>
|
||||
<returns>The custom description of the model.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview.Domain">
|
||||
<summary>**Deprecated.** Gets the domain information for the model.</summary>
|
||||
<returns>The domain information for the model.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview.InputFeatures">
|
||||
<summary>**Deprecated.** Gets the input descriptions for the model.</summary>
|
||||
<returns>The input descriptions for the model, keyed by name of input.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview.Metadata">
|
||||
<summary>**Deprecated.** Gets the metadata from the model.</summary>
|
||||
<returns>The metadata for the provided model.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview.Name">
|
||||
<summary>**Deprecated.** Gets the name of the model.</summary>
|
||||
<returns>The name of the model.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview.OutputFeatures">
|
||||
<summary>**Deprecated.** Gets the output descriptions of the model.</summary>
|
||||
<returns>The output descriptions for the model, keyed by the name of the output.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelDescriptionPreview.Version">
|
||||
<summary>**Deprecated.** Gets the version information of the model.</summary>
|
||||
<returns>The version information of the model.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.AI.MachineLearning.Preview.LearningModelDeviceKindPreview">
|
||||
<summary>**Deprecated.** Defines the list of constants representing Windows Machine Learning supported device kinds.</summary>
|
||||
<deprecated type="deprecate">Use LearningModelDeviceKind instead of LearningModelDeviceKindPreview. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelDeviceKindPreview.LearningDeviceAny">
|
||||
<summary>The defualt value. Any device.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelDeviceKindPreview.LearningDeviceCpu">
|
||||
<summary>A central processor.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelDeviceKindPreview.LearningDeviceDsp">
|
||||
<summary>A digital signal proccesor.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelDeviceKindPreview.LearningDeviceFpga">
|
||||
<summary>A field-programmable gate array.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelDeviceKindPreview.LearningDeviceGpu">
|
||||
<summary>A graphics processor.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelDeviceKindPreview.LearningDeviceNpu">
|
||||
<summary>A neural processor.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.AI.MachineLearning.Preview.LearningModelEvaluationResultPreview">
|
||||
<summary>**Deprecated.** Gets the set of output predictions and corresponding probabilities correlated to the model evaluation.</summary>
|
||||
<deprecated type="deprecate">Use LearningModelEvaluationResult instead of LearningModelEvaluationResultPreview. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelEvaluationResultPreview.CorrelationId">
|
||||
<summary>**Deprecated.** Gets the value to correlate the output results with the evaluation call.</summary>
|
||||
<returns>The value to correlate the output results with the evaluation call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelEvaluationResultPreview.Outputs">
|
||||
<summary>**Deprecated.** Gets the set of features representing the output prediction along with probabilities.</summary>
|
||||
<returns>The set of features representing the output prediction and probabilities.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.AI.MachineLearning.Preview.LearningModelFeatureKindPreview">
|
||||
<summary>**Deprecated.** Defines the list of data types for a model feature</summary>
|
||||
<deprecated type="deprecate">Use LearningModelFeatureKind instead of LearningModelFeatureKindPreview. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelFeatureKindPreview.Image">
|
||||
<summary>The feature type is an Image.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelFeatureKindPreview.Map">
|
||||
<summary>The feature type is a Map.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelFeatureKindPreview.Sequence">
|
||||
<summary>The feature type is a Sequence.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelFeatureKindPreview.Tensor">
|
||||
<summary>The feature type is a Tensor.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.AI.MachineLearning.Preview.LearningModelFeatureKindPreview.Undefined">
|
||||
<summary>The feature type is Undefined.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.AI.MachineLearning.Preview.LearningModelPreview">
|
||||
<summary>**Deprecated.** Represents a machine learning model.</summary>
|
||||
<deprecated type="deprecate">Use LearningModel instead of LearningModelPreview. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelPreview.Description">
|
||||
<summary>**Deprecated.** Gets the descriptive metadata for the trained machine learning model.</summary>
|
||||
<returns>The descriptive metadata for the machine learning model.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelPreview.InferencingOptions">
|
||||
<summary>**Deprecated.** Gets or sets the inferencing options for the evaluation of a model.</summary>
|
||||
<returns>The inferencing options for the evaluation of a model.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelPreview.EvaluateAsync(Windows.AI.MachineLearning.Preview.LearningModelBindingPreview,System.String)">
|
||||
<summary>
|
||||
</summary>
|
||||
<deprecated type="deprecate">Use ILearningModel instead of ILearningModelPreview. For more info, see MSDN.</deprecated>
|
||||
<param name="binding">
|
||||
</param>
|
||||
<param name="correlationId">
|
||||
</param>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelPreview.EvaluateFeaturesAsync(Windows.Foundation.Collections.IMap{System.String,System.Object},System.String)">
|
||||
<summary>**Deprecated.** Asynchronously evaluates names variable instances as the inputs and outputs for the model.</summary>
|
||||
<deprecated type="deprecate">Use ILearningModel instead of ILearningModelPreview. For more info, see MSDN.</deprecated>
|
||||
<param name="features">The features to bind as inputs.</param>
|
||||
<param name="correlationId">The value to correlate the evaluation with the output results.</param>
|
||||
<returns>The evaluation result.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelPreview.LoadModelFromStorageFileAsync(Windows.Storage.IStorageFile)">
|
||||
<summary>**Deprecated.** Asynchronously loads a model from file storage.</summary>
|
||||
<deprecated type="deprecate">Use ILearningModelStatics instead of ILearningModelPreviewStatics. For more info, see MSDN.</deprecated>
|
||||
<param name="modelFile">The location of the model file.</param>
|
||||
<returns>Returns a LearningModelPreview.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.AI.MachineLearning.Preview.LearningModelPreview.LoadModelFromStreamAsync(Windows.Storage.Streams.IRandomAccessStreamReference)">
|
||||
<summary>**Deprecated.** Asynchronously loads a model from a provided stream.</summary>
|
||||
<deprecated type="deprecate">Use ILearningModelStatics instead of ILearningModelPreviewStatics. For more info, see MSDN.</deprecated>
|
||||
<param name="modelStream">The file stream for the model.</param>
|
||||
<returns>Returns a LearningModelPreview.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.AI.MachineLearning.Preview.LearningModelVariableDescriptorPreview">
|
||||
<summary>
|
||||
</summary>
|
||||
<deprecated type="deprecate">Use ILearningModelFeatureDescriptor instead of LearningModelVariableDescriptorPreview. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelVariableDescriptorPreview.Description">
|
||||
<summary>
|
||||
</summary>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelVariableDescriptorPreview.IsRequired">
|
||||
<summary>
|
||||
</summary>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelVariableDescriptorPreview.ModelFeatureKind">
|
||||
<summary>
|
||||
</summary>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.LearningModelVariableDescriptorPreview.Name">
|
||||
<summary>
|
||||
</summary>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview">
|
||||
<summary>**Deprecated.** Represents the map variable descriptor information.</summary>
|
||||
<deprecated type="deprecate">Use MapFeatureDescriptor instead of MapVariableDescriptorPreview. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview.Description">
|
||||
<summary>**Deprecated.** Gets the description map variable.</summary>
|
||||
<returns>The description of the map variable.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview.Fields">
|
||||
<summary>**Deprecated.** Gets the data type of the field of the map variable.</summary>
|
||||
<returns>The data type of the field of the map variable.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview.IsRequired">
|
||||
<summary>
|
||||
</summary>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview.KeyKind">
|
||||
<summary>**Deprecated.** Gets the data type of the key for the map variable.</summary>
|
||||
<returns>The data type of the key.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview.ModelFeatureKind">
|
||||
<summary>**Deprecated.** Gets the data type of the variable.</summary>
|
||||
<returns>The data type of the variable.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview.Name">
|
||||
<summary>**Deprecated.** Gets the name of the map variable.</summary>
|
||||
<returns>The name of the map variable. This must be unique across all variables in the model.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview.ValidIntegerKeys">
|
||||
<summary>
|
||||
</summary>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.MapVariableDescriptorPreview.ValidStringKeys">
|
||||
<summary>
|
||||
</summary>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:Windows.AI.MachineLearning.Preview.SequenceVariableDescriptorPreview">
|
||||
<summary>**Deprecated.** Represents a sequence variable's descriptor information.</summary>
|
||||
<deprecated type="deprecate">Use SequenceFeatureDescriptor instead of SequenceVariableDescriptorPreview. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.SequenceVariableDescriptorPreview.Description">
|
||||
<summary>**Deprecated.** Gets the description of the sequence variable.</summary>
|
||||
<returns>The description of the sequence variable.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.SequenceVariableDescriptorPreview.ElementType">
|
||||
<summary>**Deprecated.** Gets the type of the sequence variable.</summary>
|
||||
<returns>The type of the sequence variable.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.SequenceVariableDescriptorPreview.IsRequired">
|
||||
<summary>
|
||||
</summary>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.SequenceVariableDescriptorPreview.ModelFeatureKind">
|
||||
<summary>**Deprecated.** Gets the data type of the variable.</summary>
|
||||
<returns>The data type of the variable.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.SequenceVariableDescriptorPreview.Name">
|
||||
<summary>**Deprecated.** Gets the name of the sequence variable.</summary>
|
||||
<returns>The name of the sequence variable. This must be unique across all variables in the model.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.AI.MachineLearning.Preview.TensorVariableDescriptorPreview">
|
||||
<summary>**Deprecated.** Represents a Tensor variable's descriptor information.</summary>
|
||||
<deprecated type="deprecate">Use TensorFeatureDescriptor instead of TensorVariableDescriptorPreview. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.TensorVariableDescriptorPreview.DataType">
|
||||
<summary>**Deprecated.** Gets the type of the tensor data.</summary>
|
||||
<returns>The type of the tensor data.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.TensorVariableDescriptorPreview.Description">
|
||||
<summary>**Deprecated.** Gets the description of the tensor.</summary>
|
||||
<returns>The description of the tensor.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.TensorVariableDescriptorPreview.IsRequired">
|
||||
<summary>
|
||||
</summary>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.TensorVariableDescriptorPreview.ModelFeatureKind">
|
||||
<summary>**Deprecated.** Gets the data type of the variable.</summary>
|
||||
<returns>The data type of the variable.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.TensorVariableDescriptorPreview.Name">
|
||||
<summary>**Deprecated.** Gets the name of the tensor.</summary>
|
||||
<returns>The name of the tensor. This must be unique across all variables in the model.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.AI.MachineLearning.Preview.TensorVariableDescriptorPreview.Shape">
|
||||
<summary>**Deprecated.** Gets the n-dimensional shape of the tensor.</summary>
|
||||
<returns>The n-dimensional shape of the tensor.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,187 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Windows.ApplicationModel.Activation.ActivatedEventsContract</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Windows.ApplicationModel.Activation.ActivatedEventsContract">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.ILockScreenCallActivatedEventArgs">
|
||||
<summary>Provides event information when communication to and from the lock screen is required.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ILockScreenCallActivatedEventArgs.CallUI">
|
||||
<summary>Gets the UI that handles communication to and from the lock screen.</summary>
|
||||
<returns>The UI that handles communication to and from the lock screen.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.IPrint3DWorkflowActivatedEventArgs">
|
||||
<summary>Provides information about an event that occurs when the app is launched as a workflow for three-dimensional printing.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IPrint3DWorkflowActivatedEventArgs.Workflow">
|
||||
<summary>Gets the workflow that the app should use for three-dimensional printing.</summary>
|
||||
<returns>The workflow that the app should use for three-dimensional printing.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.IPrintTaskSettingsActivatedEventArgs">
|
||||
<summary>Provides information in response to the event that is raised when print task settings are activated.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IPrintTaskSettingsActivatedEventArgs.Configuration">
|
||||
<summary>Gets the configuration information for the print task.</summary>
|
||||
<returns>The print task configuration information.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs">
|
||||
<summary>Provides event information when communication to and from the lock screen is required.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs.Arguments">
|
||||
<summary>Gets the arguments that are passed to the app to launch it.</summary>
|
||||
<returns>The list of arguments.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs.CallUI">
|
||||
<summary>Gets the UI that handles communication to and from the lock screen.</summary>
|
||||
<returns>The UI that handles communication to and from the lock screen.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs.CurrentlyShownApplicationViewId">
|
||||
<summary>Gets the identifier for the currently shown app view.</summary>
|
||||
<returns>The identifier for the currently shown app view.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>The ActivationKind.LockScreenCall enumeration value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>One of the enumeration values.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs.TileId">
|
||||
<summary>Gets the identifier of the source that launched the app.</summary>
|
||||
<returns>The identifier of the tile.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.LockScreenCallActivatedEventArgs.ViewSwitcher">
|
||||
<summary>Gets the view switcher object that allows you to set the view for the application.</summary>
|
||||
<returns>Use the ActivationViewSwitcher to show or switch the view in response to the activation. The value will be **null** in hosted scenarios such as Share and File Picker activations.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.Print3DWorkflowActivatedEventArgs">
|
||||
<summary>Provides information about an event that occurs when the app is launched as a 3D printing workflow.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.Print3DWorkflowActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>The ActivationKind.Print3DWorkflow enumeration value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.Print3DWorkflowActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>One of the enumeration values.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.Print3DWorkflowActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.Print3DWorkflowActivatedEventArgs.Workflow">
|
||||
<summary>Gets a customized printing experience for a 3D printer.</summary>
|
||||
<returns>The customized printing experience for a 3D printer.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.PrintTaskSettingsActivatedEventArgs">
|
||||
<summary>Provides information in response to the event that is raised when print task settings are activated.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.PrintTaskSettingsActivatedEventArgs.Configuration">
|
||||
<summary>Gets the configuration information for the print task.</summary>
|
||||
<returns>The print task configuration information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.PrintTaskSettingsActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type for the print task settings.</summary>
|
||||
<returns>The type of activation for the print task.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.PrintTaskSettingsActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before the settings were activated.</summary>
|
||||
<returns>The execution state of the app.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.PrintTaskSettingsActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object which provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs">
|
||||
<summary>Provides event information when communication to and from the lock screen is required.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs.ActivatedOperation">
|
||||
<summary>Gets the app activated operation.</summary>
|
||||
<returns>The activation operation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs.Arguments">
|
||||
<summary>Gets the arguments that are passed to the app during its launch activation.</summary>
|
||||
<returns>The list of arguments.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs.CallUI">
|
||||
<summary>Gets the UI that handles communication to and from the lock screen.</summary>
|
||||
<returns>The UI that handles communication to and from the lock screen.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs.CurrentlyShownApplicationViewId">
|
||||
<summary>Gets the identifier for the currently shown app view.</summary>
|
||||
<returns>The identifier for the currently shown app view.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>The ActivationKind.lockScreenCall enumeration value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>One of the enumeration values.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUILockScreenCallActivatedEventArgs.TileId">
|
||||
<summary>Gets the identifier of the source that launched the app.</summary>
|
||||
<returns>The identifier of the tile.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.UI.WebUI.WebUIPrint3DWorkflowActivatedEventArgs">
|
||||
<summary>Represents the arguments related to activating a 3D print workflow.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIPrint3DWorkflowActivatedEventArgs.ActivatedOperation">
|
||||
<summary>Gets the activated operation.</summary>
|
||||
<returns>The activated operation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIPrint3DWorkflowActivatedEventArgs.Kind">
|
||||
<summary>Gets the kind of activation.</summary>
|
||||
<returns>The kind of activation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIPrint3DWorkflowActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the previous execution state.</summary>
|
||||
<returns>The previous state.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIPrint3DWorkflowActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The splash screen.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIPrint3DWorkflowActivatedEventArgs.Workflow">
|
||||
<summary>Gets the print workflow.</summary>
|
||||
<returns>The print workflow.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.UI.WebUI.WebUIPrintTaskSettingsActivatedEventArgs">
|
||||
<summary>Provided in response to the event that is raised when print task settings are activated.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIPrintTaskSettingsActivatedEventArgs.ActivatedOperation">
|
||||
<summary>Gets the app activated operation.</summary>
|
||||
<returns>The activation operation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIPrintTaskSettingsActivatedEventArgs.Configuration">
|
||||
<summary>Gets the configuration information for the print task.</summary>
|
||||
<returns>The print task configuration information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIPrintTaskSettingsActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>One of the enumeration values.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIPrintTaskSettingsActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before the settings were activated.</summary>
|
||||
<returns>One of the enumeration values.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIPrintTaskSettingsActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Windows.ApplicationModel.Activation.ActivationCameraSettingsContract</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Windows.ApplicationModel.Activation.ActivationCameraSettingsContract">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.CameraSettingsActivatedEventArgs">
|
||||
<summary>Enables a camera settings app to handle the activation parameters for the app.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.CameraSettingsActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>One of the enumeration values.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.CameraSettingsActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>One of the enumeration values.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.CameraSettingsActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object which provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.CameraSettingsActivatedEventArgs.VideoDeviceController">
|
||||
<summary>Gets the object that controls device settings on the camera.</summary>
|
||||
<returns>The object that controls device settings on the camera.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.CameraSettingsActivatedEventArgs.VideoDeviceExtension">
|
||||
<summary>Gets the object that implements additional extended settings for the camera.</summary>
|
||||
<returns>An object implementing extended settings for the camera.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.ICameraSettingsActivatedEventArgs">
|
||||
<summary>Enables a camera settings app to handle the activation parameters for the app.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ICameraSettingsActivatedEventArgs.VideoDeviceController">
|
||||
<summary>Gets the object that controls device settings on the camera.</summary>
|
||||
<returns>The object that controls device settings on the camera.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ICameraSettingsActivatedEventArgs.VideoDeviceExtension">
|
||||
<summary>Gets the object that implements additional extended settings for the camera.</summary>
|
||||
<returns>An object implementing extended settings for the camera.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.UI.WebUI.WebUICameraSettingsActivatedEventArgs">
|
||||
<summary>Enables a camera settings app to handle the activation parameters for the app.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUICameraSettingsActivatedEventArgs.ActivatedOperation">
|
||||
<summary>Gets the app activated operation.</summary>
|
||||
<returns>The activation operation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUICameraSettingsActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>One of the enumeration values.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUICameraSettingsActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>One of the enumeration values.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUICameraSettingsActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUICameraSettingsActivatedEventArgs.VideoDeviceController">
|
||||
<summary>Gets the object that controls device settings on the camera.</summary>
|
||||
<returns>The object that controls device settings on the camera.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUICameraSettingsActivatedEventArgs.VideoDeviceExtension">
|
||||
<summary>Gets the object that implements additional extended settings for the camera.</summary>
|
||||
<returns>An object implementing extended settings for the camera.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,468 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Windows.ApplicationModel.Activation.ContactActivatedEventsContract</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Windows.ApplicationModel.Activation.ContactActivatedEventsContract">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated to call a contact.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs.Contact">
|
||||
<summary>Gets the contact for the call.</summary>
|
||||
<returns>The contact for the call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>The ActivationKind.Contact enumeration value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>A ApplicationExecutionState -typed value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs.ServiceId">
|
||||
<summary>Gets the identifier of the service used for the call.</summary>
|
||||
<returns>The identifier of the service used for the call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs.ServiceUserId">
|
||||
<summary>Gets the user identifier of the service used for the call.</summary>
|
||||
<returns>The user identifier of the service used for the call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactCallActivatedEventArgs.Verb">
|
||||
<summary>Gets the action to be performed.</summary>
|
||||
<returns>The action to be performed.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated to map a contact.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs.Address">
|
||||
<summary>Gets the address of a contact for the mapping operation.</summary>
|
||||
<returns>The address of a contact for the mapping operation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs.Contact">
|
||||
<summary>Gets the contact for the mapping operation.</summary>
|
||||
<returns>The contact for the mapping operation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>The ActivationKind.Contact enumeration value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>A ApplicationExecutionState -typed value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs.Verb">
|
||||
<summary>Gets the action to be performed.</summary>
|
||||
<returns>The action to be performed.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated to send a message to a contact.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs.Contact">
|
||||
<summary>Gets the contact for the message.</summary>
|
||||
<returns>The contact for the message.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>The ActivationKind.Contact enumeration value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>A ApplicationExecutionState -typed value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs.ServiceId">
|
||||
<summary>Gets the identifier of the service used for the message.</summary>
|
||||
<returns>The identifier of the service used for the message.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs.ServiceUserId">
|
||||
<summary>Gets the user identifier of the service used for the message.</summary>
|
||||
<returns>The user identifier of the service used for the message.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactMessageActivatedEventArgs.Verb">
|
||||
<summary>Gets the action to be performed.</summary>
|
||||
<returns>The action to be performed.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.ContactPickerActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated because it uses the Contact Picker.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactPickerActivatedEventArgs.ContactPickerUI">
|
||||
<summary>Gets the letterbox UI of the contact picker that is displayed when the user wants to pick contacts that are provided by the app.</summary>
|
||||
<returns>Gets the letterbox UI of the contact picker that is displayed when the user wants to pick contacts that are provided by the app.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactPickerActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>One of the enumeration values.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactPickerActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>One of the enumeration values.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactPickerActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object which provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated to post a contact.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs.Contact">
|
||||
<summary>Gets the contact for the post.</summary>
|
||||
<returns>The contact for the post.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>The ActivationKind.Contact enumeration value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>A ApplicationExecutionState -typed value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs.ServiceId">
|
||||
<summary>Gets the identifier of the service used for the post.</summary>
|
||||
<returns>The identifier of the service used for the post.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs.ServiceUserId">
|
||||
<summary>Gets the user identifier of the service used for the post.</summary>
|
||||
<returns>The user identifier of the service used for the post.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactPostActivatedEventArgs.Verb">
|
||||
<summary>Gets the action to be performed.</summary>
|
||||
<returns>The action to be performed.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated to video call a contact.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs.Contact">
|
||||
<summary>Gets the contact for the video call.</summary>
|
||||
<returns>The contact for the video call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>The ActivationKind.Contact enumeration value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>A ApplicationExecutionState -typed value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs.ServiceId">
|
||||
<summary>Gets the identifier of the service used for the video call.</summary>
|
||||
<returns>The identifier of the service used for the video call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs.ServiceUserId">
|
||||
<summary>Gets the user identifier of the service used for the video call.</summary>
|
||||
<returns>The user identifier of the service used for the video call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.ContactVideoCallActivatedEventArgs.Verb">
|
||||
<summary>Gets the action to be performed.</summary>
|
||||
<returns>The action to be performed.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.IContactActivatedEventArgs">
|
||||
<summary>Provides information about an activated event that is raised when the user manages a contact.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactActivatedEventArgs.Verb">
|
||||
<summary>Gets the action that is associated with the activated contact.</summary>
|
||||
<returns>The action that is associated with the activated contact.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.IContactCallActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated to call a contact.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactCallActivatedEventArgs.Contact">
|
||||
<summary>Gets the contact for the call.</summary>
|
||||
<returns>The contact for the call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactCallActivatedEventArgs.ServiceId">
|
||||
<summary>Gets the identifier of the service used for the call.</summary>
|
||||
<returns>The identifier of the service used for the call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactCallActivatedEventArgs.ServiceUserId">
|
||||
<summary>Gets the user identifier of the service used for the call.</summary>
|
||||
<returns>The user identifier of the service used for the call.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.IContactMapActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated to map a contact.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactMapActivatedEventArgs.Address">
|
||||
<summary>Gets the address of a contact for the mapping operation.</summary>
|
||||
<returns>Represents the address of a contact for the mapping operation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactMapActivatedEventArgs.Contact">
|
||||
<summary>Gets the contact for the mapping operation.</summary>
|
||||
<returns>The contact for the mapping operation.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.IContactMessageActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated to send a message a contact.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactMessageActivatedEventArgs.Contact">
|
||||
<summary>Gets the contact for the message.</summary>
|
||||
<returns>The contact for the message.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactMessageActivatedEventArgs.ServiceId">
|
||||
<summary>Gets the identifier of the service used for the message.</summary>
|
||||
<returns>The identifier of the service used for the message.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactMessageActivatedEventArgs.ServiceUserId">
|
||||
<summary>Gets the user identifier of the service used for the message.</summary>
|
||||
<returns>The user identifier of the service used for the message.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.IContactPickerActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated because it uses the Contact Picker.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactPickerActivatedEventArgs.ContactPickerUI">
|
||||
<summary>The letterbox UI of the contact picker that is displayed when the user wants to pick files or folders that are provided by the app.</summary>
|
||||
<returns>The letterbox UI of the contact picker that is displayed when the user wants to pick files or folders that are provided by the app.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.IContactPostActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated to post a contact.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactPostActivatedEventArgs.Contact">
|
||||
<summary>Gets the contact for the post.</summary>
|
||||
<returns>The contact for the post.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactPostActivatedEventArgs.ServiceId">
|
||||
<summary>Gets the identifier of the service used for the post.</summary>
|
||||
<returns>The identifier of the service used for the post.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactPostActivatedEventArgs.ServiceUserId">
|
||||
<summary>Gets the user identifier of the service used for the post.</summary>
|
||||
<returns>The user identifier of the service used for the post.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.IContactsProviderActivatedEventArgs">
|
||||
<summary>Provides information about an activated event that fires when the user manages a contact that is provided by the app.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactsProviderActivatedEventArgs.Verb">
|
||||
<summary>Gets the action that is associated with the activated contacts provider.</summary>
|
||||
<returns>The action that is associated with the activated contacts provider.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Activation.IContactVideoCallActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated to video call a contact.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactVideoCallActivatedEventArgs.Contact">
|
||||
<summary>Gets the contact for the video call.</summary>
|
||||
<returns>The contact for the video call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactVideoCallActivatedEventArgs.ServiceId">
|
||||
<summary>Gets the identifier of the service used for the video call.</summary>
|
||||
<returns>The identifier of the service used for the video call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Activation.IContactVideoCallActivatedEventArgs.ServiceUserId">
|
||||
<summary>Gets the user identifier of the service used for the video call.</summary>
|
||||
<returns>The user identifier of the service used for the video call.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated to call a contact.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.ActivatedOperation">
|
||||
<summary>Gets the app activated operation.</summary>
|
||||
<returns>The activation operation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.Contact">
|
||||
<summary>Gets the contact for the call.</summary>
|
||||
<returns>The contact for the call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>The ActivationKind.Contact enumeration value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>An ApplicationExecutionState -typed value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.ServiceId">
|
||||
<summary>Gets the identifier of the service used for the call.</summary>
|
||||
<returns>The identifier of the service used for the call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.ServiceUserId">
|
||||
<summary>Gets the user identifier of the service used for the call.</summary>
|
||||
<returns>The user identifier of the service used for the call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.Verb">
|
||||
<summary>Gets the action to be performed.</summary>
|
||||
<returns>The action to be performed.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.UI.WebUI.WebUIContactMapActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated to map a contact.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactMapActivatedEventArgs.ActivatedOperation">
|
||||
<summary>Gets the app activated operation.</summary>
|
||||
<returns>The activation operation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactMapActivatedEventArgs.Address">
|
||||
<summary>Gets the address of a contact for the mapping operation.</summary>
|
||||
<returns>The address of a contact for the mapping operation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactMapActivatedEventArgs.Contact">
|
||||
<summary>Gets the contact for the mapping operation.</summary>
|
||||
<returns>The contact for the mapping operation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactMapActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>The ActivationKind.Contact enumeration value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactMapActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>An ApplicationExecutionState -typed value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactMapActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactMapActivatedEventArgs.Verb">
|
||||
<summary>Gets the action to be performed.</summary>
|
||||
<returns>The action to be performed.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated to message a contact.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs.ActivatedOperation">
|
||||
<summary>Gets the app activated operation.</summary>
|
||||
<returns>The activation operation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs.Contact">
|
||||
<summary>Gets the contact for the message.</summary>
|
||||
<returns>The contact for the message.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>The ActivationKind.Contact enumeration value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>An ApplicationExecutionState -typed value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs.ServiceId">
|
||||
<summary>Gets the identifier of the service used for the message.</summary>
|
||||
<returns>The identifier of the service used for the message.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs.ServiceUserId">
|
||||
<summary>Gets the user identifier of the service used for the message.</summary>
|
||||
<returns>The user identifier of the service used for the message.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactMessageActivatedEventArgs.Verb">
|
||||
<summary>Gets the action to be performed.</summary>
|
||||
<returns>The action to be performed.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.UI.WebUI.WebUIContactPickerActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated because it uses the Contact Picker.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactPickerActivatedEventArgs.ActivatedOperation">
|
||||
<summary>Gets the app activated operation.</summary>
|
||||
<returns>The activation operation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactPickerActivatedEventArgs.ContactPickerUI">
|
||||
<summary>Gets the letterbox UI of the contact picker that is displayed when the user wants to pick contacts that are provided by the app.</summary>
|
||||
<returns>Gets the letterbox UI of the contact picker that is displayed when the user wants to pick contacts that are provided by the app.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactPickerActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>One of the enumeration values.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactPickerActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>One of the enumeration values.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactPickerActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated to post a contact.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs.ActivatedOperation">
|
||||
<summary>Gets the app activated operation.</summary>
|
||||
<returns>The activation operation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs.Contact">
|
||||
<summary>Gets the contact for the post.</summary>
|
||||
<returns>The contact for the post.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>The ActivationKind.Contact enumeration value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>An ApplicationExecutionState -typed value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs.ServiceId">
|
||||
<summary>Gets the identifier of the service used for the post.</summary>
|
||||
<returns>The identifier of the service used for the post.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs.ServiceUserId">
|
||||
<summary>Gets the user identifier of the service used for the post.</summary>
|
||||
<returns>The user identifier of the service used for the post.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactPostActivatedEventArgs.Verb">
|
||||
<summary>Gets the action to be performed.</summary>
|
||||
<returns>The action to be performed.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs">
|
||||
<summary>Provides data when an app is activated to video call a contact.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs.ActivatedOperation">
|
||||
<summary>Gets the app activated operation.</summary>
|
||||
<returns>The activation operation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs.Contact">
|
||||
<summary>Gets the contact for the video call.</summary>
|
||||
<returns>The contact for the video call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>The ActivationKind.Contact enumeration value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>An ApplicationExecutionState -typed value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs.ServiceId">
|
||||
<summary>Gets the identifier of the service used for the video call.</summary>
|
||||
<returns>The identifier of the service used for the video call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs.ServiceUserId">
|
||||
<summary>Gets the user identifier of the service used for the video call.</summary>
|
||||
<returns>The user identifier of the service used for the video call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUIContactVideoCallActivatedEventArgs.Verb">
|
||||
<summary>Gets the action to be performed.</summary>
|
||||
<returns>The action to be performed.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Windows.ApplicationModel.Activation.WebUISearchActivatedEventsContract</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Windows.ApplicationModel.Activation.WebUISearchActivatedEventsContract">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Windows.UI.WebUI.WebUISearchActivatedEventArgs">
|
||||
<summary>Provides information about the activated event that fires when the user searches the app from the Search charm and the app isn't the main app on screen.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUISearchActivatedEventArgs.ActivatedOperation">
|
||||
<summary>Gets the app activated operation.</summary>
|
||||
<returns>The activation operation.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUISearchActivatedEventArgs.CurrentlyShownApplicationViewId">
|
||||
<summary>Gets the identifier for the currently shown app view.</summary>
|
||||
<returns>The identifier for the currently shown app view.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUISearchActivatedEventArgs.Kind">
|
||||
<summary>Gets the activation type.</summary>
|
||||
<returns>The activationKind.search enumeration value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUISearchActivatedEventArgs.Language">
|
||||
<summary>Gets the Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
|
||||
<returns>The Internet Engineering Task Force (IETF) BCP 47 standard language tag.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUISearchActivatedEventArgs.LinguisticDetails">
|
||||
<summary>Gets a SearchPaneQueryLinguisticDetails object that provides info about query text that the user enters through an Input Method Editor (IME).</summary>
|
||||
<returns>The object that provides info about query text.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUISearchActivatedEventArgs.PreviousExecutionState">
|
||||
<summary>Gets the execution state of the app before it was activated.</summary>
|
||||
<returns>One of the enumeration values.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUISearchActivatedEventArgs.QueryText">
|
||||
<summary>Gets the text that the user wants the app to search for. The user entered this text into the search box of the search pane.</summary>
|
||||
<returns>The text to search for.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.UI.WebUI.WebUISearchActivatedEventArgs.SplashScreen">
|
||||
<summary>Gets the splash screen object that provides information about the transition from the splash screen to the activated app.</summary>
|
||||
<returns>The object that provides splash screen information.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Windows.ApplicationModel.Background.AlarmAccessStatus">
|
||||
<summary>Indicates whether the user has given permission for the app to set alarms.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Background.AlarmAccessStatus.AllowedWithoutWakeupCapability">
|
||||
<summary>The user has given permission for the app to set alarms, but the alarms cannot wake up the computer from standby.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Background.AlarmAccessStatus.AllowedWithWakeupCapability">
|
||||
<summary>The user has given permission for the app to set alarms, and alarms can wake up the computer from standby.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Background.AlarmAccessStatus.Denied">
|
||||
<summary>The user has denied permission for the app to set alarms.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Background.AlarmAccessStatus.Unspecified">
|
||||
<summary>The user has not responded to a permission request for the app to set alarms.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Background.AlarmApplicationManager">
|
||||
<summary>Requests permission from the user to set alarms, and retrieves the status of user permission for the app to set alarms.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Background.AlarmApplicationManager.GetAccessStatus">
|
||||
<summary>Retrieves the status of user permission for the app to set alarms.</summary>
|
||||
<returns>Indicates whether the user has granted permission to set alarms.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Background.AlarmApplicationManager.RequestAccessAsync">
|
||||
<summary>Requests permission from the user to set alarms.</summary>
|
||||
<returns>This method returns an AlarmAccessStatus value when it completes.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,163 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Windows.ApplicationModel.Calls.Background.CallsBackgroundContract</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Windows.ApplicationModel.Background.PhoneTrigger">
|
||||
<summary>Represents a phone event that triggers a background task.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Background.PhoneTrigger.#ctor(Windows.ApplicationModel.Calls.Background.PhoneTriggerType,System.Boolean)">
|
||||
<summary>Initializes a new instance of the PhoneTrigger class.</summary>
|
||||
<param name="type">Specifies the type of phone event.</param>
|
||||
<param name="oneShot">Indicates if the trigger is a one-shot notification. If you weren't subscribed when a one-shot notification was sent, you get nothing. If you weren't connected when you fired a one-shot notification, nothing happens.</param>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Background.PhoneTrigger.OneShot">
|
||||
<summary>Gets a Boolean value indicating if the trigger is a one-shot notification.</summary>
|
||||
<returns>A Boolean value indicating if the trigger is a one-shot notification.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Background.PhoneTrigger.TriggerType">
|
||||
<summary>Gets the type of phone event indicated by the trigger.</summary>
|
||||
<returns>The type of phone event indicated by the trigger.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.Background.CallsBackgroundContract">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.Background.PhoneCallBlockedReason">
|
||||
<summary>Provides the reason why a phone call was rejected.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneCallBlockedReason.InCallBlockingList">
|
||||
<summary>The call was rejected because it was in the blocking list.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneCallBlockedReason.PrivateNumber">
|
||||
<summary>The call was rejected because it was a private number and private numbers are blocked.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneCallBlockedReason.UnknownNumber">
|
||||
<summary>The call was rejected because it was an unknown number and unknown numbers are blocked.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.Background.PhoneCallBlockedTriggerDetails">
|
||||
<summary>Used to provide the details about a call that was just blocked.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneCallBlockedTriggerDetails.CallBlockedReason">
|
||||
<summary>Gets the reason why a phone call was blocked.</summary>
|
||||
<returns>The reason for blocking the phone call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneCallBlockedTriggerDetails.LineId">
|
||||
<summary>Gets the ID of the phone call that was just blocked.</summary>
|
||||
<returns>The ID of the blocked phone call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneCallBlockedTriggerDetails.PhoneNumber">
|
||||
<summary>Gets the phone number of the blocked call.</summary>
|
||||
<returns>The phone number of the call that was blocked.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.Background.PhoneCallOriginDataRequestTriggerDetails">
|
||||
<summary>Used to provide the origin details of the phone call.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneCallOriginDataRequestTriggerDetails.PhoneNumber">
|
||||
<summary>Gets the phone number for the origin of the phone call.</summary>
|
||||
<returns>The phone number of the phone call origin.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneCallOriginDataRequestTriggerDetails.RequestId">
|
||||
<summary>Gets the unique identifier for this phone call.</summary>
|
||||
<returns>The unique identifier for this phone call.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.Background.PhoneLineChangedTriggerDetails">
|
||||
<summary>Used to provide the details about a change to the properties of a phone line.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneLineChangedTriggerDetails.ChangeType">
|
||||
<summary>Gets a PhoneLineChangeKind value that indicates if the phone line was added, removed, or changed.</summary>
|
||||
<returns>A PhoneLineChangeKind value that indicates if the phone line was added, removed, or changed.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneLineChangedTriggerDetails.LineId">
|
||||
<summary>Gets the ID of the phone line that was added, removed, or changed.</summary>
|
||||
<returns>The ID of the phone line that was added, removed, or changed.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.Background.PhoneLineChangedTriggerDetails.HasLinePropertyChanged(Windows.ApplicationModel.Calls.Background.PhoneLineProperties)">
|
||||
<summary>Checks a phone line against a set of flags to see if any of the specified properties of the phone line have changed.</summary>
|
||||
<param name="lineProperty">A set of flags which indicate the phone line properties to query for changes.</param>
|
||||
<returns>Returns true if any of the properties indicated by the *lineProperty* parameter have changed on the phone line.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.Background.PhoneLineChangeKind">
|
||||
<summary>Indicates the type of change for a background phone line change trigger.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineChangeKind.Added">
|
||||
<summary>A new phone line was added.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineChangeKind.PropertiesChanged">
|
||||
<summary>A phone line has updated properties.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineChangeKind.Removed">
|
||||
<summary>A phone line was removed.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.Background.PhoneLineProperties">
|
||||
<summary>Indicates a set of property flags that are part of a phone line changed trigger. Multiple properties can be set at one time.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.BrandingOptions">
|
||||
<summary>The branding options for the phone line.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.CanDial">
|
||||
<summary>The ability to dial outgoing calls on the phone line.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.CellularDetails">
|
||||
<summary>The cellular details for the phone line.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.DisplayColor">
|
||||
<summary>The preferred display color for the phone line.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.DisplayName">
|
||||
<summary>The user assigned friendly name of the phone line.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.NetworkName">
|
||||
<summary>The name of the current network that is being used by the phone line.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.NetworkState">
|
||||
<summary>The current network status of the phone line.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.None">
|
||||
<summary>No property.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.Transport">
|
||||
<summary>The transport (cellular or voice over IP) for the phone line.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneLineProperties.Voicemail">
|
||||
<summary>The voice mail account associated with the phone line.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.Background.PhoneNewVoicemailMessageTriggerDetails">
|
||||
<summary>Used to provide the details about a new voice mail message on a phone line.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneNewVoicemailMessageTriggerDetails.LineId">
|
||||
<summary>Gets the ID of the phone line for which the new voice mail arrived.</summary>
|
||||
<returns>The ID of the phone line for the new voice mail.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneNewVoicemailMessageTriggerDetails.OperatorMessage">
|
||||
<summary>Gets the optional voice mail changed message set by an operator when they send a voice mail changed SMS.</summary>
|
||||
<returns>The optional voice mail changed message set by an operator when they send a voice mail changed SMS. If the message exists, it is displayed on the voice mail toast if the toast is displayed.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.Background.PhoneNewVoicemailMessageTriggerDetails.VoicemailCount">
|
||||
<summary>Gets the new count of voice mail messages for the phone line.</summary>
|
||||
<returns>The current count of voice mail messages.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.Background.PhoneTriggerType">
|
||||
<summary>Indicates a type of event for a phone trigger.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneTriggerType.AirplaneModeDisabledForEmergencyCall">
|
||||
<summary>Airplane mode on a phone line was disabled so the phone could make an emergency call.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneTriggerType.CallBlocked">
|
||||
<summary>The call was blocked.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneTriggerType.CallHistoryChanged">
|
||||
<summary>The call history has changed.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneTriggerType.CallOriginDataRequest">
|
||||
<summary>A request was made for the origin of the phone call.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneTriggerType.LineChanged">
|
||||
<summary>The PhoneLineProperties have changed.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.Background.PhoneTriggerType.NewVoicemailMessage">
|
||||
<summary>The system received a new voice mail message or the voice mail count went to 0.</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,460 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Windows.ApplicationModel.Calls.CallsPhoneContract</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Windows.ApplicationModel.Calls.CallsPhoneContract">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.CellularDtmfMode">
|
||||
<summary>Indicates the type of dual tone multi-frequency (DTMF) used by a cellular phone.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.CellularDtmfMode.Burst">
|
||||
<summary>Tones are sent in a burst fashion.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.CellularDtmfMode.Continuous">
|
||||
<summary>Tones are sent in a continuous fashion, meaning the tone should only stop when the button is released.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneAudioRoutingEndpoint">
|
||||
<summary>The available audio endpoints you can use for dialing a phone call.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneAudioRoutingEndpoint.Bluetooth">
|
||||
<summary>A Bluetooth connection.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneAudioRoutingEndpoint.Default">
|
||||
<summary>The default audio endpoint for the phone.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneAudioRoutingEndpoint.Speakerphone">
|
||||
<summary>A speaker phone.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneCallBlocking">
|
||||
<summary>Controls the blocking of phone numbers as they are received.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneCallBlocking.BlockPrivateNumbers">
|
||||
<summary>Gets or sets whether the PhoneCallBlocking instance should block private numbers.</summary>
|
||||
<returns>**True** if the PhoneCallBlocking instance should block private numbers, **false** otherwise.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneCallBlocking.BlockUnknownNumbers">
|
||||
<summary>Gets or sets whether the PhoneCallBlocking instance should block unknown numbers.</summary>
|
||||
<returns>**True** if the PhoneCallBlocking instance should block unknown numbers, **false** otherwise.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneCallBlocking.SetCallBlockingListAsync(Windows.Foundation.Collections.IIterable{System.String})">
|
||||
<summary>Sets the list of numbers that should be blocked.</summary>
|
||||
<param name="phoneNumberList">A list of numbers that should be blocked.</param>
|
||||
<returns>**True** if the operation was successful, otherwise **false**.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneCallManager">
|
||||
<summary>Provides the ability to query the call status and launch phone calls.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneCallManager.IsCallActive">
|
||||
<summary>Gets a value that indicates whether an active call is in progress on the device.</summary>
|
||||
<returns>True if an active call is in progress on the device; otherwise false.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneCallManager.IsCallIncoming">
|
||||
<summary>Gets a value that indicates if a call is incoming on the device.</summary>
|
||||
<returns>True if a call is incoming on the device; otherwise false.</returns>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Calls.PhoneCallManager.CallStateChanged">
|
||||
<summary>Occurs when the basic call state of the device changes.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneCallManager.RequestStoreAsync">
|
||||
<summary>Retrieves a PhoneCallStore.</summary>
|
||||
<returns>A PhoneCallStore object that contains information about the phone lines available on the device.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneCallManager.ShowPhoneCallSettingsUI">
|
||||
<summary>Launches the call settings UI.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneCallManager.ShowPhoneCallUI(System.String,System.String)">
|
||||
<summary>Launches the built-in phone call UI with the specified phone number and display name.</summary>
|
||||
<param name="phoneNumber">A phone number.</param>
|
||||
<param name="displayName">A display name.</param>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneCallMedia">
|
||||
<summary>The types of media available in a phone call.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneCallMedia.Audio">
|
||||
<summary>The phone call supports audio only.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneCallMedia.AudioAndRealTimeText">
|
||||
<summary>The phone call supports audio and realtime text.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneCallMedia.AudioAndVideo">
|
||||
<summary>The phone call supports audio and video.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneCallStore">
|
||||
<summary>Represents a collection of information about the phone lines available on a device.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneCallStore.GetDefaultLineAsync">
|
||||
<summary>Gets the line ID for the current default phone line.</summary>
|
||||
<returns>An asynchronous operation that returns the line ID upon successful completion.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneCallStore.IsEmergencyPhoneNumberAsync(System.String)">
|
||||
<summary>Checks to see if a phone number connects to a known emergency services provider.</summary>
|
||||
<param name="number">The phone number to check to see if it is a known emergency number.</param>
|
||||
<returns>An asynchronous operation that returns a boolean on successful completion . True indicates that the phone number connects to a known emergency services provider.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneCallStore.RequestLineWatcher">
|
||||
<summary>Retrieves an instance of the PhoneLineWatcher class for the device.</summary>
|
||||
<returns>An instance of the PhoneLineWatcher class for the device.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneCallVideoCapabilities">
|
||||
<summary>Provides access to the video call capabilities for a PhoneLine instance.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneCallVideoCapabilities.IsVideoCallingCapable">
|
||||
<summary>Gets whether this PhoneLine instance supports video calls.</summary>
|
||||
<returns>**True** if the PhoneLine instance supports video calls, **false** if it does not.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneCallVideoCapabilitiesManager">
|
||||
<summary>Enables an application to get the PhoneCallVideoCapabilities for a PhoneLine instance.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneCallVideoCapabilitiesManager.GetCapabilitiesAsync(System.String)">
|
||||
<summary>Asynchronously gets the video capabilities for a PhoneLine instance.</summary>
|
||||
<param name="phoneNumber">The PhoneLine instance to query.</param>
|
||||
<returns>The PhoneCallVideoCapabilities for the PhoneLine instance queried.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneDialOptions">
|
||||
<summary>Represents options for dialing a call.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneDialOptions.#ctor">
|
||||
<summary>Creates a new instance of the class</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneDialOptions.AudioEndpoint">
|
||||
<summary>Gets or sets the audio endpoint requested for a dial.</summary>
|
||||
<returns>The audio endpoint requested for a dial.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneDialOptions.Contact">
|
||||
<summary>Gets or sets the address book contact associated with a dial request.</summary>
|
||||
<returns>The address book contact associated with a dial request.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneDialOptions.ContactPhone">
|
||||
<summary>Gets or sets the phone number property of the address book contact that is associated with the dial request.</summary>
|
||||
<returns>The phone number property of the address book contact associated with the dial request.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneDialOptions.DisplayName">
|
||||
<summary>Gets or sets the name of the party being dialed. This value is displayed if the number being dialed does not have a party name with a matching number in the user's address book.</summary>
|
||||
<returns>The name of the party being dialed.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneDialOptions.Media">
|
||||
<summary>Gets or Sets the type or types of media requested for a dial.</summary>
|
||||
<returns>The type or types of media requested for a dial.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneDialOptions.Number">
|
||||
<summary>Gets or sets the phone number to dial.</summary>
|
||||
<returns>The phone number to dial.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneLine">
|
||||
<summary>Represents a phone line.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.CanDial">
|
||||
<summary>Gets a boolean value which indicates if the phone line can be used to place outgoing calls.</summary>
|
||||
<returns>True if the phone line can place outgoing calls; otherwise false.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.CellularDetails">
|
||||
<summary>Gets details for the cellular component specific components for the PhoneLine instance. This property is NULL for VoIP phone lines.</summary>
|
||||
<returns>Details for the PhoneLine instance.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.DisplayColor">
|
||||
<summary>Gets the preferred display color of the phone line.</summary>
|
||||
<returns>The preferred display color of the phone line.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.DisplayName">
|
||||
<summary>Gets the user assigned friendly name for the phone line.</summary>
|
||||
<returns>The user assigned friendly name for the phone line.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.Id">
|
||||
<summary>Gets the ID of the phone line. The ID is persistent across devices and reboots.</summary>
|
||||
<returns>The ID of the phone line.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.LineConfiguration">
|
||||
<summary>Gets extra configuration information about this PhoneLine instance.</summary>
|
||||
<returns>The extra information for this phone line.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.NetworkName">
|
||||
<summary>Gets the name of the current network that is being used by the phone line.</summary>
|
||||
<returns>The name of the current network that is being used by the phone line.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.NetworkState">
|
||||
<summary>Gets the current network status of the phone line.</summary>
|
||||
<returns>The current network status of the phone line.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.SupportsTile">
|
||||
<summary>Gets a value that indicates if the phone line supports being pinned as a live tile.</summary>
|
||||
<returns>True if the phone line supports being pinned as a live tile; otherwise false.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.Transport">
|
||||
<summary>Gets the transport for the phone line.</summary>
|
||||
<returns>The transport for the phone line.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.VideoCallingCapabilities">
|
||||
<summary>Gets whether video calling is supported over this phone line.</summary>
|
||||
<returns>**True** if video calling is supported, **false** if it is not.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLine.Voicemail">
|
||||
<summary>Gets the voice mail data associated with the PhoneLine instance.</summary>
|
||||
<returns>The voice mail data.</returns>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Calls.PhoneLine.LineChanged">
|
||||
<summary>Occurs when and properties for the associated PhoneLine instance change. This can occur when meta data changes like the voice mail count, the network state, or the cellular details.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneLine.Dial(System.String,System.String)">
|
||||
<summary>Place a phone call on the phone line. The caller must be in the foreground.</summary>
|
||||
<param name="number">The number to dial.</param>
|
||||
<param name="displayName">The display name of the party receiving the phone call. This parameter is optional.</param>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneLine.DialWithOptions(Windows.ApplicationModel.Calls.PhoneDialOptions)">
|
||||
<summary>Place a phone call on the phone line, allowing the caller to specify additional dial options. The caller must be in the foreground.</summary>
|
||||
<param name="options">The additional dial options for the phone call.</param>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneLine.FromIdAsync(System.Guid)">
|
||||
<summary>This static method asynchronously retrieves a PhoneLine object that represents a specific phone line on the device based on the line ID.</summary>
|
||||
<param name="lineId">The line ID of the phone line to retrieve.</param>
|
||||
<returns>An asynchronous operation that returns a PhoneLine object that represents a specific phone line on the device based on the line ID.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneLine.IsImmediateDialNumberAsync(System.String)">
|
||||
<summary>Check if a number should be dialed immediately from the dialer without requiring the user to press the call button.</summary>
|
||||
<param name="number">The phone number to check for immediate dialing.</param>
|
||||
<returns>An asynchronous boolean response. True indicates that the number should be dialed immediately.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneLineCellularDetails">
|
||||
<summary>Provides detailed interaction with the cellular components of a phone line.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLineCellularDetails.IsModemOn">
|
||||
<summary>Indicates if the modem for this phone line is on.</summary>
|
||||
<returns>True if the modem is on; otherwise false.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLineCellularDetails.RegistrationRejectCode">
|
||||
<summary>Gets the registration reject code for the phone line.</summary>
|
||||
<returns>The registration reject code for the phone line.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLineCellularDetails.SimSlotIndex">
|
||||
<summary>Get the slot index of the SIM card associated with a cellular phone line.</summary>
|
||||
<returns>The slot index of the SIM card associated with a cellular phone line.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLineCellularDetails.SimState">
|
||||
<summary>Gets the state of the SIM card associated with a cellular phone line.</summary>
|
||||
<returns>The state of the SIM card associated with a cellular phone line.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneLineCellularDetails.GetNetworkOperatorDisplayText(Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayTextLocation)">
|
||||
<summary>Retrieves the appropriate connection string to display to the user.</summary>
|
||||
<param name="location">The location where the text string is needed. This affects the format of the returned string.</param>
|
||||
<returns>The text string to display in the given location.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneLineConfiguration">
|
||||
<summary>A collection of properties providing information about a phone line.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLineConfiguration.ExtendedProperties">
|
||||
<summary>Gets the extended properties for this phone line.</summary>
|
||||
<returns>A map of key-value pairs containing the extended properties of the phone line.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLineConfiguration.IsVideoCallingEnabled">
|
||||
<summary>Gets whether video calls are enabled over this phone line.</summary>
|
||||
<returns>**True** if video calls are supported, otherwise **false**.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayTextLocation">
|
||||
<summary>The possible locations for displaying network operator information to the user.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayTextLocation.Default">
|
||||
<summary>The default value.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayTextLocation.Dialer">
|
||||
<summary>The dialer UI.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayTextLocation.InCallUI">
|
||||
<summary>The UI when the user as actively in a call.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayTextLocation.Tile">
|
||||
<summary>The phone tile.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneLineTransport">
|
||||
<summary>The transport used by a particular phone line.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneLineTransport.Cellular">
|
||||
<summary>The phone line uses a cellular transport.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneLineTransport.VoipApp">
|
||||
<summary>The phone line uses a voice over IP transport.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneLineWatcher">
|
||||
<summary>Represents a class that monitors for new/removed/updated phone lines on the device and notifies listeners about any changes.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLineWatcher.Status">
|
||||
<summary>Get the current status of the PhoneLineWatcher instance.</summary>
|
||||
<returns>The current status of the PhoneLineWatcher.</returns>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Calls.PhoneLineWatcher.EnumerationCompleted">
|
||||
<summary>Occurs when the PhoneLineWatcher instance completes an enumeration of all the phone lines on the device.</summary>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Calls.PhoneLineWatcher.LineAdded">
|
||||
<summary>Occurs when the PhoneLineWatcher instance detects a new phone line on the device.</summary>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Calls.PhoneLineWatcher.LineRemoved">
|
||||
<summary>Occurs when the PhoneLineWatcher instance detects that a phone line has been removed from the device.</summary>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Calls.PhoneLineWatcher.LineUpdated">
|
||||
<summary>Occurs when the PhoneLineWatcher instance detects that a phone line has been updated on the device.</summary>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Calls.PhoneLineWatcher.Stopped">
|
||||
<summary>Occurs when the PhoneLineWatcher instance stops monitoring the device for changes to the phone lines.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneLineWatcher.Start">
|
||||
<summary>Starts listening for changes to the phone lines on the device.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneLineWatcher.Stop">
|
||||
<summary>Stops listening for changes to the phone lines on the device.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneLineWatcherEventArgs">
|
||||
<summary>Represents a class that contains the information about which phone line was added, removed, or updated.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneLineWatcherEventArgs.LineId">
|
||||
<summary>Gets the ID of the phone line that triggered the LineAdded, LineRemoved, or LineUpdated event.</summary>
|
||||
<returns>The ID of the phone line that triggered the LineAdded, LineRemoved, or LineUpdated event.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneLineWatcherStatus">
|
||||
<summary>The current status of the PhoneLineWatcher.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneLineWatcherStatus.Created">
|
||||
<summary>The phone line watcher class is created.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneLineWatcherStatus.EnumerationCompleted">
|
||||
<summary>The phone line watcher class just completed an enumeration of the phone lines on the device.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneLineWatcherStatus.Started">
|
||||
<summary>The phone line watcher class is started.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneLineWatcherStatus.Stopped">
|
||||
<summary>The phone line watcher class is stopped.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneNetworkState">
|
||||
<summary>Describes the network registration status of a phone line.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneNetworkState.Denied">
|
||||
<summary>Could not register the phone line with any available network.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneNetworkState.Deregistered">
|
||||
<summary>The phone line has been de-registered.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneNetworkState.Home">
|
||||
<summary>The phone line is registered and is on the carrier's home network.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneNetworkState.NoSignal">
|
||||
<summary>Could not detect a signal on the phone line, or the phone line is limited to emergency calls only.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneNetworkState.RoamingDomestic">
|
||||
<summary>The phone line is registered and is roaming domestically on another carrier's network.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneNetworkState.RoamingInternational">
|
||||
<summary>The phone line is registered and is roaming internationally on another carrier's network.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneNetworkState.Searching">
|
||||
<summary>Searching for a network for the phone line.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneNetworkState.Unknown">
|
||||
<summary>The registration status of the phone line is unknown.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneSimState">
|
||||
<summary>The current state of the SIM card for a cellular phone line.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneSimState.Disabled">
|
||||
<summary>The SIM card is disabled.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneSimState.Invalid">
|
||||
<summary>The SIM card is not valid.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneSimState.NotInserted">
|
||||
<summary>There is no SIM card inserted into the phone.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneSimState.PinLocked">
|
||||
<summary>The SIM card is locked and requires a PIN code to unlock.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneSimState.PinNotRequired">
|
||||
<summary>The SIM card does not require a PIN code.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneSimState.PinUnlocked">
|
||||
<summary>The SIM card is unlocked, but requires a PIN code to unlock again if it becomes locked.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneSimState.PukLocked">
|
||||
<summary>The SIM card is locked due to too many incorrect PIN entries, and requires a Personal Unlocking Key (PUK) to unlock.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneSimState.Unknown">
|
||||
<summary>The SIM card state is unknown.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneVoicemail">
|
||||
<summary>Represents the voice mail data associated with a PhoneLine instance.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneVoicemail.MessageCount">
|
||||
<summary>Get the current count of voice mail messages associated with the PhoneLine instance. A value of -1 indicates an "indeterminate" number of messages.</summary>
|
||||
<returns>The current count of voice mail messages.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneVoicemail.Number">
|
||||
<summary>Gets the access number for the voice mail associated with the PhoneLine instance. The phone user can dial the access number to access the voice mail account.</summary>
|
||||
<returns>The access number.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.PhoneVoicemail.Type">
|
||||
<summary>Get the type of the voice mail associated with the PhoneLine instance.</summary>
|
||||
<returns>The type of the voice mail account.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.PhoneVoicemail.DialVoicemailAsync">
|
||||
<summary>Dials a call to the voice mail access number.</summary>
|
||||
<returns>An asynchronous dial operation.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.PhoneVoicemailType">
|
||||
<summary>The type of voice mail associated with a PhoneLine instance.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneVoicemailType.None">
|
||||
<summary>The phone line has no voice mail.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneVoicemailType.Traditional">
|
||||
<summary>The phone line has traditional voice mail.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.PhoneVoicemailType.Visual">
|
||||
<summary>The phone line has visual voice mail.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin">
|
||||
<summary>A collection of information about the origin of a phone call.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin.#ctor">
|
||||
<summary>Creates a new PhoneCallOrigin object.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin.Category">
|
||||
<summary>Gets or sets the category for the caller.</summary>
|
||||
<returns>The caller's category. A couple of examples include "house agent" or "financial service."</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin.CategoryDescription">
|
||||
<summary>Gets or sets the description of the caller's Category.</summary>
|
||||
<returns>The description of the caller's specific Category.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin.DisplayName">
|
||||
<summary>Gets or sets the display name for the PhoneCallOriginManager object.</summary>
|
||||
<returns>The display name for the call origin manager.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin.DisplayPicture">
|
||||
<summary>Gets or sets the display picture for the PhoneCallOriginManager object.</summary>
|
||||
<returns>The display picture for the caller's origin. This picture is displayed on the incoming call UI.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin.Location">
|
||||
<summary>Gets or sets the location of the caller.</summary>
|
||||
<returns>The caller's location.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.Provider.PhoneCallOriginManager">
|
||||
<summary>Controls which application is responsible for determining the origin of incoming calls and sets the PhoneCallOrigin information.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.Provider.PhoneCallOriginManager.IsCurrentAppActiveCallOriginApp">
|
||||
<summary>Checks to see if the current application is set as the default call origin application.</summary>
|
||||
<returns>**True** if the current application is the default call origin application, otherwise **false**.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.Provider.PhoneCallOriginManager.RequestSetAsActiveCallOriginAppAsync">
|
||||
<summary>Calls a dialog to set the current app as the default phone origin app.</summary>
|
||||
<returns>Indicates whether the app was set as the default phone origin application.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.Provider.PhoneCallOriginManager.SetCallOrigin(System.Guid,Windows.ApplicationModel.Calls.Provider.PhoneCallOrigin)">
|
||||
<summary>Sets the call origin when a phone call comes in.</summary>
|
||||
<param name="requestId">The unique identifier for this phone call. This is retrieved from the *targetId* of the PhoneCallOriginDataRequestTriggerDetails</param>
|
||||
<param name="callOrigin">The call information for the incoming call.</param>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.Provider.PhoneCallOriginManager.ShowPhoneCallOriginSettingsUI">
|
||||
<summary>Opens the interface that enables the user to select the call origin application.</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,257 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Windows.ApplicationModel.Calls.CallsVoipContract</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Windows.ApplicationModel.Calls.CallAnswerEventArgs">
|
||||
<summary>Supports the AnswerRequested event of the VoipPhoneCall class.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.CallAnswerEventArgs.AcceptedMedia">
|
||||
<summary>Gets the media types that the user selected when answering the call.</summary>
|
||||
<returns>The media types that the user selected when answering the call.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.CallRejectEventArgs">
|
||||
<summary>Supports the RejectRequested event of the VoipPhoneCall class.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.CallRejectEventArgs.RejectReason">
|
||||
<summary>Gets the reason the incoming call was rejected.</summary>
|
||||
<returns>The reason the incoming call was rejected.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.CallStateChangeEventArgs">
|
||||
<summary>Supports the EndRequested, HoldRequested, and ResumeRequested events of the VoipPhoneCall class.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.CallStateChangeEventArgs.State">
|
||||
<summary>Gets the current state of the VoIP call.</summary>
|
||||
<returns>The current state of the VOIP call.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.CallsVoipContract">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.MuteChangeEventArgs">
|
||||
<summary>Supports the NotifyMuted and NotifyUnmuted events.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.MuteChangeEventArgs.Muted">
|
||||
<summary>Gets whether the call is currently muted.</summary>
|
||||
<returns>Whether the call is currently muted.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.VoipCallCoordinator">
|
||||
<summary>Allows an application to manage VoIP calls.</summary>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Calls.VoipCallCoordinator.MuteStateChanged">
|
||||
<summary>Raised when the mute status for the phone call changes.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.CancelUpgrade(System.Guid)">
|
||||
<summary>Cancels the upgrade to a VoIP call.</summary>
|
||||
<param name="callUpgradeGuid">The GUID for the VoIP call.</param>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.GetDefault">
|
||||
<summary>Retrieves the default instance of the VoipCallCoordinator class.</summary>
|
||||
<returns>The default call coordinator.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.NotifyMuted">
|
||||
<summary>Notifies the system that the user has muted the call using the VoIP app's UI.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.NotifyUnmuted">
|
||||
<summary>Notifies the system that the user has unmuted the call using the VoIP app's UI.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.RequestIncomingUpgradeToVideoCall(System.String,System.String,System.String,Windows.Foundation.Uri,System.String,Windows.Foundation.Uri,System.String,Windows.Foundation.Uri,Windows.Foundation.TimeSpan)">
|
||||
<summary>Makes a request to the system for an incoming video call that will replace an existing call.</summary>
|
||||
<param name="context">A string that is passed to the associated foreground app as a deep link. This might be a contact name or other data that can be used to populate the app's UI more quickly. The maximum length is 128 characters. This parameter must be non-null and must refer to a task defined in the app's manifest file.</param>
|
||||
<param name="contactName">The contact name of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.</param>
|
||||
<param name="contactNumber">The phone number of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.</param>
|
||||
<param name="contactImage">The Uri of an image file associated with the caller to be displayed on the incoming call UI. The file type must be PNG or JPG. The maximum file size is 1 MB.</param>
|
||||
<param name="serviceName">The name of the VoIP service or application. The maximum length is 128 characters.</param>
|
||||
<param name="brandingImage">The Uri of an image file that is a logo or icon of the VoIP service or application to be displayed on the incoming call UI. The file type must be PNG or JPG. The maximum file size is 128 KB.</param>
|
||||
<param name="callDetails">A string indicating who the call is on behalf of. The maximum length is 128 characters.</param>
|
||||
<param name="ringtone">The Uri of an audio file containing the ringtone for this call. The file type must be WMA or MP3. The maximum file size is 1 MB.</param>
|
||||
<param name="ringTimeout">The time, in seconds, the system should wait for the user to answer or ignore the call before rejecting the call. The allowed range is 5 to 120 seconds. The default value is 30 seconds.</param>
|
||||
<returns>The object representing the new incoming call.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.RequestNewAppInitiatedCall(System.String,System.String,System.String,System.String,Windows.ApplicationModel.Calls.VoipPhoneCallMedia)">
|
||||
<summary>Makes a request to the system for a new call object.</summary>
|
||||
<param name="context">A string that is passed to the associated foreground app as a deep link. The maximum length is 128 characters. This parameter must be non-null.</param>
|
||||
<param name="contactName">The contact name of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.</param>
|
||||
<param name="contactNumber">The phone number of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.</param>
|
||||
<param name="serviceName">The name of the VoIP service or application. The maximum length is 128 characters.</param>
|
||||
<param name="media">The media types of the new incoming call.</param>
|
||||
<returns>The object representing the new initiated call.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.RequestNewIncomingCall(System.String,System.String,System.String,Windows.Foundation.Uri,System.String,Windows.Foundation.Uri,System.String,Windows.Foundation.Uri,Windows.ApplicationModel.Calls.VoipPhoneCallMedia,Windows.Foundation.TimeSpan)">
|
||||
<summary>Makes a request to the system for a new incoming call.</summary>
|
||||
<param name="context">A string that is passed to the associated foreground app as a deep link. The maximum length is 128 characters. This parameter must be non-null.</param>
|
||||
<param name="contactName">The contact name of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.</param>
|
||||
<param name="contactNumber">The phone number of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.</param>
|
||||
<param name="contactImage">The Uri of an image file associated with the caller to be displayed on the incoming call UI. The file type must be PNG or JPG. The maximum file size is 1MB.</param>
|
||||
<param name="serviceName">The name of the VoIP service or application. The maximum length is 128 characters.</param>
|
||||
<param name="brandingImage">The Uri of an image file that is a logo or icon of the VoIP service or application to be displayed on the incoming call UI. The file type must be PNG or JPG. The maximum file size is 128KB.</param>
|
||||
<param name="callDetails">A string indicating who the call is on behalf of. The maximum length is 128 characters.</param>
|
||||
<param name="ringtone">The Uri of an audio file containing the ringtone for this call. The file type must be WMA or MP3. The maximum file size is 1MB.</param>
|
||||
<param name="media">The media types of the new incoming call.</param>
|
||||
<param name="ringTimeout">The time, in seconds, the system should wait for the user to answer or ignore the call before rejecting the call. The allowed range is 5 to 120 seconds. The default value is 30 seconds.</param>
|
||||
<returns>The object representing the new incoming call.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.RequestNewIncomingCall(System.String,System.String,System.String,Windows.Foundation.Uri,System.String,Windows.Foundation.Uri,System.String,Windows.Foundation.Uri,Windows.ApplicationModel.Calls.VoipPhoneCallMedia,Windows.Foundation.TimeSpan,System.String)">
|
||||
<summary>Makes a request to the system for a new incoming call.</summary>
|
||||
<param name="context">A string that is passed to the associated foreground app as a deep link. The maximum length is 128 characters. This parameter must be non-null.</param>
|
||||
<param name="contactName">The contact name of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.</param>
|
||||
<param name="contactNumber">The phone number of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.</param>
|
||||
<param name="contactImage">The Uri of an image file associated with the caller to be displayed on the incoming call UI. The file type must be PNG or JPG. The maximum file size is 1MB.</param>
|
||||
<param name="serviceName">The name of the VoIP service or application. The maximum length is 128 characters.</param>
|
||||
<param name="brandingImage">The Uri of an image file that is a logo or icon of the VoIP service or application to be displayed on the incoming call UI. The file type must be PNG or JPG. The maximum file size is 128KB.</param>
|
||||
<param name="callDetails">A string indicating who the call is on behalf of. The maximum length is 128 characters.</param>
|
||||
<param name="ringtone">The Uri of an audio file containing the ringtone for this call. The file type must be WMA or MP3. The maximum file size is 1MB.</param>
|
||||
<param name="media">The media types of the new incoming call.</param>
|
||||
<param name="ringTimeout">The time, in seconds, the system should wait for the user to answer or ignore the call before rejecting the call. The allowed range is 5 to 120 seconds. The default value is 30 seconds.</param>
|
||||
<param name="contactRemoteId">The contact remote ID of the caller. The maximum length is 256 characters.</param>
|
||||
<returns>The object representing the new incoming call.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.RequestNewOutgoingCall(System.String,System.String,System.String,Windows.ApplicationModel.Calls.VoipPhoneCallMedia)">
|
||||
<summary>Makes a request to the system for a new outgoing call.</summary>
|
||||
<param name="context">A string that is passed to the associated foreground app as a deep link. The maximum length is 128 characters. This parameter must be non-null.</param>
|
||||
<param name="contactName">The name or ID of the caller which is displayed in the phone's minimized call UI. The maximum length is 128 characters.</param>
|
||||
<param name="serviceName">The name of the VoIP service which is displayed in the phone's minimized call UI. The maximum length is 128 characters.</param>
|
||||
<param name="media">The object representing the new outgoing call.</param>
|
||||
<returns>The object representing the new incoming call.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.RequestOutgoingUpgradeToVideoCall(System.Guid,System.String,System.String,System.String)">
|
||||
<summary>Makes a request of the system to create an outgoing video call that will replace an existing cellular call.</summary>
|
||||
<param name="callUpgradeGuid">The GUID of the call.</param>
|
||||
<param name="context">A string that is passed to the associated foreground app as a deep link. This might be a contact name or other data that can be used to populate the app's UI more quickly. The maximum length is 128 characters. This parameter must be non-null and must refer to a task defined in the app's manifest file.</param>
|
||||
<param name="contactName">The name or ID of the caller which is displayed in the phone's minimized call UI. The maximum length is 128 characters.</param>
|
||||
<param name="serviceName">The name of the VoIP service which is displayed in the phone's minimized call UI. The maximum length is 128 characters.</param>
|
||||
<returns>The object representing the new outgoing call.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.ReserveCallResourcesAsync">
|
||||
<summary>
|
||||
</summary>
|
||||
<returns>
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.ReserveCallResourcesAsync(System.String)">
|
||||
<summary>Reserves the CPU and memory resources necessary for a VoIP call.</summary>
|
||||
<param name="taskEntryPoint">The name of an application-defined class that performs the work of a background task. For more information, see TaskEntryPoint.</param>
|
||||
<returns>The result of the reservation action.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.SetupNewAcceptedCall(System.String,System.String,System.String,System.String,Windows.ApplicationModel.Calls.VoipPhoneCallMedia)">
|
||||
<summary>Sets up a newly accepted call.</summary>
|
||||
<param name="context">Information that is passed to the VoIP app's foreground UI process. This might be the contact name, or other data that helps the UI display more quickly.</param>
|
||||
<param name="contactName">The name or ID of the caller.</param>
|
||||
<param name="contactNumber">The phone number (if applicable) of the caller.</param>
|
||||
<param name="serviceName">The name of the service or application.</param>
|
||||
<param name="media">The type of call (audio/video or audio only).</param>
|
||||
<returns>Returns the call as a VoipPhoneCall object.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipCallCoordinator.TerminateCellularCall(System.Guid)">
|
||||
<summary>Terminates a cellular call in order to upgrade to a VoIP call.</summary>
|
||||
<param name="callUpgradeGuid">The GUID for the VoIP call.</param>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.VoipPhoneCall">
|
||||
<summary>Represents a VoIP phone call.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.VoipPhoneCall.CallMedia">
|
||||
<summary>Gets the media types used by the call.</summary>
|
||||
<returns>The media types used by the call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.VoipPhoneCall.ContactName">
|
||||
<summary>Gets or sets contact name associated with the VoIP call.</summary>
|
||||
<returns>The contact name associated with the VoIP call.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.VoipPhoneCall.StartTime">
|
||||
<summary>Gets or sets the start time associated with the VoIP call.</summary>
|
||||
<returns>The start time associated with the call.</returns>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Calls.VoipPhoneCall.AnswerRequested">
|
||||
<summary>Raised when the user answers an incoming call.</summary>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Calls.VoipPhoneCall.EndRequested">
|
||||
<summary>Raised to alert the VoIP app that the call should be ended.</summary>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Calls.VoipPhoneCall.HoldRequested">
|
||||
<summary>Raised to alert the VoIP app that the call should be placed on hold.</summary>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Calls.VoipPhoneCall.RejectRequested">
|
||||
<summary>Raised when a call has been rejected.</summary>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Calls.VoipPhoneCall.ResumeRequested">
|
||||
<summary>Raised to indicate that a previously held VoIP call should be made active.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipPhoneCall.NotifyCallAccepted(Windows.ApplicationModel.Calls.VoipPhoneCallMedia)">
|
||||
<summary>Notifies the system that the VoIP call has been accepted.</summary>
|
||||
<param name="media">The media types used by the call.</param>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipPhoneCall.NotifyCallActive">
|
||||
<summary>Notifies the system that the VoIP call is active.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipPhoneCall.NotifyCallEnded">
|
||||
<summary>Notifies the system that the call has ended.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipPhoneCall.NotifyCallHeld">
|
||||
<summary>Notifies the system that the call is currently on hold.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipPhoneCall.NotifyCallReady">
|
||||
<summary>When upgrading a call from cellular to video, notifies the system that the app is done setting up the audio and video streams for the video call so that the system can end the existing cellular call.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.VoipPhoneCall.TryShowAppUI">
|
||||
<summary>Brings the VOIP app's user interface into the foreground after accepting a call.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.VoipPhoneCallMedia">
|
||||
<summary>Specifies the media types used by a VoIP call.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallMedia.Audio">
|
||||
<summary>The call uses audio.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallMedia.None">
|
||||
<summary>The call uses no media.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallMedia.Video">
|
||||
<summary>The call uses video.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.VoipPhoneCallRejectReason">
|
||||
<summary>Specifies the reason that an incoming call was rejected.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallRejectReason.EmergencyCallExists">
|
||||
<summary>An emergency call is in progress.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallRejectReason.InvalidCallState">
|
||||
<summary>The call is in an invalid state.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallRejectReason.OtherIncomingCall">
|
||||
<summary>Another incoming call was accepted.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallRejectReason.TimedOut">
|
||||
<summary>The incoming call timed out.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallRejectReason.UserIgnored">
|
||||
<summary>The user pressed a button to ignore the call.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.VoipPhoneCallResourceReservationStatus">
|
||||
<summary>Indicates the result of attempting to reserve VoIP resources.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallResourceReservationStatus.ResourcesNotAvailable">
|
||||
<summary>The resources were not reserved because they are not available.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallResourceReservationStatus.Success">
|
||||
<summary>The resources have been reserved.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.VoipPhoneCallState">
|
||||
<summary>Specifies the state of a VoIP call.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallState.Active">
|
||||
<summary>The call is active.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallState.Ended">
|
||||
<summary>The call has ended.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallState.Held">
|
||||
<summary>The call is on hold.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallState.Incoming">
|
||||
<summary>The call is incoming but not yet active.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Calls.VoipPhoneCallState.Outgoing">
|
||||
<summary>The call is outgoing but not yet active.</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Windows.ApplicationModel.Calls.LockScreenCallContract</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Windows.ApplicationModel.Calls.LockScreenCallContract">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.LockScreenCallEndCallDeferral">
|
||||
<summary>The LockScreenCallEndCallDeferral object signals when the app no longer needs to defer the removal of itself from the lock screen.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.LockScreenCallEndCallDeferral.Complete">
|
||||
<summary>Completes the deferral of the removal of the app from the lock screen, which causes the app to be removed from the lock screen if it hasn't already been removed by other means.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.LockScreenCallEndRequestedEventArgs">
|
||||
<summary>Controls the removal of an app from the lock screen.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.LockScreenCallEndRequestedEventArgs.Deadline">
|
||||
<summary>Gets the deadline by which the app must complete the deferral.</summary>
|
||||
<returns>The deadline by which the app must complete the deferral.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.LockScreenCallEndRequestedEventArgs.GetDeferral">
|
||||
<summary>Requests to defer the default behavior of removing the app from the lock screen.</summary>
|
||||
<returns>When this method completes, it returns a LockScreenCallEndCallDeferral object that signals when the app no longer needs to defer the removal of itself from the lock screen.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Calls.LockScreenCallUI">
|
||||
<summary>Handles communication to and from the lock screen.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Calls.LockScreenCallUI.CallTitle">
|
||||
<summary>Gets and sets a brief description of the nature of the call. This brief description is also called the call's accessible name; its form is "Video call with Jane Doe."</summary>
|
||||
<returns>A brief description of the nature of the call, for example, "Video call with Jane Doe."</returns>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Calls.LockScreenCallUI.Closed">
|
||||
<summary>Occurs when the lock screen interaction is complete.</summary>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Calls.LockScreenCallUI.EndRequested">
|
||||
<summary>Occurs when the lock screen wants to end the call.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Calls.LockScreenCallUI.Dismiss">
|
||||
<summary>Removes the app from the lock screen UI.</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingContract</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Windows.ApplicationModel.Background.CommunicationBlockingAppSetAsActiveTrigger">
|
||||
<summary>Represents a trigger to activate a communication blocking application when it is selected as the preferred blocking app.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Background.CommunicationBlockingAppSetAsActiveTrigger.#ctor">
|
||||
<summary>Initializes a new instance of the CommunicationBlockingAppSetAsActiveTrigger.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager">
|
||||
<summary>The manager responsible for keeping track of blocked numbers and displaying the appropriate blocking user interfaces.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager.IsBlockingActive">
|
||||
<summary>Gets whether or not blocking is currently enabled.</summary>
|
||||
<returns>Determines if blocking is enabled.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager.IsBlockedNumberAsync(System.String)">
|
||||
<summary>An asynchronous operation that returns whether or not a number is on the block list.</summary>
|
||||
<param name="number">The number to check.</param>
|
||||
<returns>Asynchronously returns whether or not the number is blocked.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager.ShowBlockedCallsUI">
|
||||
<summary>Displays the list of blocked calls.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager.ShowBlockedMessagesUI">
|
||||
<summary>Displays the list of blocked messages.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager.ShowBlockNumbersUI(Windows.Foundation.Collections.IIterable{System.String})">
|
||||
<summary>Launches a UI to block numbers if there as an active blocking app.</summary>
|
||||
<param name="phoneNumbers">The list of numbers to add to the block list.</param>
|
||||
<returns>Returns **true** if the active blocking app is launched, otherwise returns **false**.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager.ShowUnblockNumbersUI(Windows.Foundation.Collections.IIterable{System.String})">
|
||||
<summary>Launches the app to unblock numbers if there as an active blocking app.</summary>
|
||||
<param name="phoneNumbers">The list of numbers to remove from the block list.</param>
|
||||
<returns>Returns **true** if the active blocking app is launched, otherwise returns **false**.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAppManager">
|
||||
<summary>Determines the application to use as a blocking application.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAppManager.IsCurrentAppActiveBlockingApp">
|
||||
<summary>Indicates whether the current application is the active blocking application.</summary>
|
||||
<returns>Value that tells whether the current application is the active blocking app.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAppManager.RequestSetAsActiveBlockingAppAsync">
|
||||
<summary>Calls a dialog to set the current app as the default phone communication blocking application.</summary>
|
||||
<returns>Indicates whether the app was set as the default phone origin application.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAppManager.ShowCommunicationBlockingSettingsUI">
|
||||
<summary>Displays the UI to select the currently active blocking application.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingContract">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Windows.ApplicationModel.Preview.InkWorkspace.PreviewInkWorkspaceContract</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Windows.ApplicationModel.Preview.InkWorkspace.InkWorkspaceHostedAppManager">
|
||||
<summary>Represents the manager for apps hosted in the Windws Ink Workspace.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Preview.InkWorkspace.InkWorkspaceHostedAppManager.GetForCurrentApp">
|
||||
<summary>Retrieves a reference to the Ink Workspace manager for this app.</summary>
|
||||
<returns>An Ink Workspace reference.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Preview.InkWorkspace.InkWorkspaceHostedAppManager.SetThumbnailAsync(Windows.Graphics.Imaging.SoftwareBitmap)">
|
||||
<summary>Asynchronously sets the thumbnail image for the Ink Workspace app.</summary>
|
||||
<param name="bitmap">An uncompressed bitmap.</param>
|
||||
<returns>An asynchronous action that doesn't return anything.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Preview.InkWorkspace.PreviewInkWorkspaceContract">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Windows.ApplicationModel.Preview.Notes.PreviewNotesContract</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Windows.ApplicationModel.Preview.Notes.NotePlacementChangedPreviewEventArgs">
|
||||
<summary>Represents information about the NotePlacementChanged event.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Preview.Notes.NotePlacementChangedPreviewEventArgs.ViewId">
|
||||
<summary>The unique identifier of the note for which the NotePlacementChanged event was raised.</summary>
|
||||
<returns>The note Id.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview">
|
||||
<summary>This class owns much of the functionality of the **Preview Notes** application feature (see Remarks).</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.IsScreenLocked">
|
||||
<summary>Gets a value indicating whether the device's screen is currently locked.</summary>
|
||||
<returns>**true** if screen is locked, **false** if unlocked.</returns>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.NotePlacementChanged">
|
||||
<summary>Indicates that a note's placement (dimensions and location) has changed.</summary>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.NoteVisibilityChanged">
|
||||
<summary>Indicates that a note's visibility state has changed.</summary>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.SystemLockStateChanged">
|
||||
<summary>Indicates that the device's screen lock state has changed.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.GetForCurrentApp">
|
||||
<summary>Returns an instance of NotesWindowManagerPreview, to be used for the majority of Preview Notes operations that an app may execute.</summary>
|
||||
<returns>The app's designated instance of NotesWindowManagerPreview.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.GetNotePlacement(System.Int32)">
|
||||
<summary>Gets the view placement of a given note, to be stored in program memory or on disk storage and then restored by the application at a later time.</summary>
|
||||
<param name="noteViewId">The unique identifier of the note whose placement is to be retrieved.</param>
|
||||
<returns>An array of bytes holding note placement data.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.HideNote(System.Int32)">
|
||||
<summary>Sets a note's view to invisible and moves the focus to the next visible note view (window) or to the Windows Ink Workspace (see Remarks). The views are selected in a cyclic, system-determined order.</summary>
|
||||
<param name="noteViewId">The unique identifier of the note to be hidden.</param>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.SetFocusToNextView">
|
||||
<summary>Switches focus to the next visible note view (window) or to the Windows Ink Workspace (see Remarks). The views are selected in a cyclic, system-determined order.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.SetFocusToPreviousView">
|
||||
<summary>Switches focus to the previous visible note view (window) or to the Windows Ink Workspace (see Remarks). The views are selected in a cyclic, system-determined order.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.SetNotesThumbnailAsync(Windows.Storage.Streams.IBuffer)">
|
||||
<summary>Sets the thumbnail image for this application as it appears in the Windows Ink Workspace, in the Alt+TAB task switcher, or on hovering in the taskbar.</summary>
|
||||
<param name="thumbnail">A byte array describing the thumbnail image and usage (see Remarks).</param>
|
||||
<returns>This method does not return a value.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.SetThumbnailImageForTaskSwitcherAsync(Windows.Graphics.Imaging.SoftwareBitmap)">
|
||||
<summary>Asynchronously sets the thumbnail image for this application as it appears in the Alt+TAB task switcher.</summary>
|
||||
<param name="bitmap">A bitmap of the thumbnail image.</param>
|
||||
<returns>Returns an **IAsyncAction** that indicates when the action has completed.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.ShowNote(System.Int32)">
|
||||
<summary>Makes a note visible on the device screen.</summary>
|
||||
<param name="noteViewId">The unique identifier of the note to be shown.</param>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.ShowNoteRelativeTo(System.Int32,System.Int32)">
|
||||
<summary>Makes a note visible and places it adjacent to a specified "anchor" view.</summary>
|
||||
<param name="noteViewId">The unique identifier of the note to be shown.</param>
|
||||
<param name="anchorNoteViewId">The Id of the "anchor" view. If this value is 0 (not assigned to any view), the note will appear at the center of the screen.</param>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.ShowNoteRelativeTo(System.Int32,System.Int32,Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreviewShowNoteOptions)">
|
||||
<summary>Makes a note visible and places it adjacent to a specified "anchor" view.</summary>
|
||||
<param name="noteViewId">The unique identifier of the note to be shown.</param>
|
||||
<param name="anchorNoteViewId">The Id of the "anchor" view. If this value is 0 (not assigned to any view), the note will appear at the center of the screen.</param>
|
||||
<param name="options">Options for showing the note specified by the *noteViewId* parameter. For example, show the note with focus.</param>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.ShowNoteWithPlacement(System.Int32,Windows.Storage.Streams.IBuffer)">
|
||||
<summary>Makes a note visible and sets its placement data (dimensions and location) as specified.</summary>
|
||||
<param name="noteViewId">The unique identifier of the note to be shown.</param>
|
||||
<param name="data">An array of bytes holding note placement data.</param>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.ShowNoteWithPlacement(System.Int32,Windows.Storage.Streams.IBuffer,Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreviewShowNoteOptions)">
|
||||
<summary>Makes a note visible and sets its placement data (dimensions and location) as specified.</summary>
|
||||
<param name="noteViewId">The unique identifier of the note to be shown.</param>
|
||||
<param name="data">An array of bytes holding note placement data.</param>
|
||||
<param name="options">Options for showing the note specified by the *noteViewId* parameter. For example, show the note with focus.</param>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.TrySetNoteSize(System.Int32,Windows.Foundation.Size)">
|
||||
<summary>Resizes the specified note to the desired dimensions. If the given size is not recommended due to screen size/space issues, the note's size will not be changed.</summary>
|
||||
<param name="noteViewId">The unique identifier of the note to be resized.</param>
|
||||
<param name="size">The desired dimensions of the note (use raw pixels when constructing).</param>
|
||||
<returns>**true** if the note was resized, **false** if it was not resized due to screen restrictions.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreviewShowNoteOptions">
|
||||
<summary>Provides options for how to show a note.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreviewShowNoteOptions.#ctor">
|
||||
<summary>Creates a new instance of the NotesWindowManagerPreviewShowNoteOptions class.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreviewShowNoteOptions.ShowWithFocus">
|
||||
<summary>Gets or sets a Boolean value that specifies if the note should be shown with focus.</summary>
|
||||
<returns>If **true**, the note is shown with focus, otherwise **false**.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Preview.Notes.NoteVisibilityChangedPreviewEventArgs">
|
||||
<summary>Represents information about the NoteVisibilityChanged event.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Preview.Notes.NoteVisibilityChangedPreviewEventArgs.IsVisible">
|
||||
<summary>Indicates whether the note (specified by ViewId property) is visible on the device screen.</summary>
|
||||
<returns>**true** if note is visible, **false** if note is hidden.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Preview.Notes.NoteVisibilityChangedPreviewEventArgs.ViewId">
|
||||
<summary>The unique identifier of the note for which the NoteVisibilityChanged event was raised.</summary>
|
||||
<returns>The note Id.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Preview.Notes.PreviewNotesContract">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Windows.ApplicationModel.Resources.Management.ResourceIndexerContract</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate">
|
||||
<summary>Represents a single possible value for a given resource, and the qualifiers associated with that resource.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate.Metadata">
|
||||
<summary>Gets the list of metadata name value pairs.</summary>
|
||||
<returns>A list of string pairs, each containing the name of an IndexedResourceQualifier and its value.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate.Qualifiers">
|
||||
<summary>Gets the list of IndexedResourceQualifier s.</summary>
|
||||
<returns>A list of IndexedResourceQualifier s.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate.Type">
|
||||
<summary>Gets the type property that determines whether the resource is a file or a string.</summary>
|
||||
<returns>A value from the IndexedResourceType enumeration.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate.Uri">
|
||||
<summary>Gets the named resource Uri.</summary>
|
||||
<returns>The named resource Uri.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate.ValueAsString">
|
||||
<summary>Gets the value of the candidate as a String.</summary>
|
||||
<returns>If the candidate is a file, the value is a file path (such as "images\logo.scale-100.png") relative to the project root passed to the ResourceIndexer constructor. If the candidate is a string, the value is the actual string (such as "Hello World").</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate.GetQualifierValue(System.String)">
|
||||
<summary>Returns the value of a qualifier, given its name.</summary>
|
||||
<param name="qualifierName">The name of the qualifier.</param>
|
||||
<returns>The value of the qualifier.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Resources.Management.IndexedResourceQualifier">
|
||||
<summary>Represents an object that declares under what context a resource is appropriate.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Resources.Management.IndexedResourceQualifier.QualifierName">
|
||||
<summary>Gets the name of the qualifier.</summary>
|
||||
<returns>The name of the qualifier, such as "language", "contrast", or "scale".</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Resources.Management.IndexedResourceQualifier.QualifierValue">
|
||||
<summary>Gets the value of the qualifier.</summary>
|
||||
<returns>The value of the qualifier. The case of the qualifier value should be preserved from the first instance of the qualifier discovered during indexing.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Resources.Management.IndexedResourceType">
|
||||
<summary>Specifies whether an IndexedResourceCandidate is a file or a string.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Resources.Management.IndexedResourceType.EmbeddedData">
|
||||
<summary>Reserved.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Resources.Management.IndexedResourceType.Path">
|
||||
<summary>The IndexedResourceCandidate is a file.</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.Resources.Management.IndexedResourceType.String">
|
||||
<summary>The IndexedResourceCandidate is a string.</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Resources.Management.ResourceIndexer">
|
||||
<summary>Indexes source resource files or containers, and generates named resource candidates using particular file and folder naming conventions.</summary>
|
||||
<deprecated type="deprecate">Use CreateResourceIndexer in mrmsupport.dll instead of ResourceIndexer. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Resources.Management.ResourceIndexer.#ctor(Windows.Foundation.Uri)">
|
||||
<summary>Creates a new ResourceIndexer specifying the root of the project files.</summary>
|
||||
<deprecated type="deprecate">Use CreateResourceIndexer in mrmsupport.dll instead of IResourceIndexerFactory. For more info, see MSDN.</deprecated>
|
||||
<param name="projectRoot">The project root folder (file:// URI).</param>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Resources.Management.ResourceIndexer.#ctor(Windows.Foundation.Uri,Windows.Foundation.Uri)">
|
||||
<summary>Creates a new ResourceIndexer specifying the root of the project files and an extension DLL.</summary>
|
||||
<deprecated type="deprecate">Use CreateResourceIndexer in mrmsupport.dll instead of IResourceIndexerFactory2. For more info, see MSDN.</deprecated>
|
||||
<param name="projectRoot">The project root folder (file:// URI).</param>
|
||||
<param name="extensionDllPath">The extension DLL path (file:// URI).</param>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Resources.Management.ResourceIndexer.IndexFileContentsAsync(Windows.Foundation.Uri)">
|
||||
<summary>Indexes a ResW, ResJSON, PRI, or PRI XML dump file path for file and folder naming conventions, and applies the qualifiers to the resources found within the contents of the file.</summary>
|
||||
<deprecated type="deprecate">Use IndexFilePath in mrmsupport.dll instead of IResourceIndexer. For more info, see MSDN.</deprecated>
|
||||
<param name="file">The file to be indexed (file:// URI). The path must be an absolute path with the drive letter specified. The Uri can also provide an empty authority which is assumed to be the local file system. Long file paths are not supported.</param>
|
||||
<returns>A list of IndexedResourceCandidate objects found within *file*. This is an empty list if nothing is found.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Resources.Management.ResourceIndexer.IndexFilePath(Windows.Foundation.Uri)">
|
||||
<summary>Indexes a file path for file and folder naming conventions.</summary>
|
||||
<deprecated type="deprecate">Use IndexFilePath in mrmsupport.dll instead of IResourceIndexer. For more info, see MSDN.</deprecated>
|
||||
<param name="filePath">The file to be indexed (file:// URI). The path must be an absolute path with the drive letter specified. The Uri can also provide an empty authority which is assumed to be the local file system. Long file paths are not supported.</param>
|
||||
<returns>An IndexedResourceCandidate object that represents the indexed file resource.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Resources.Management.ResourceIndexerContract">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,197 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Windows.ApplicationModel.Search.SearchContract</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Windows.ApplicationModel.Search.ISearchPaneQueryChangedEventArgs">
|
||||
<summary>Provides data for a querychanged event that is associated with a searchPane object.</summary>
|
||||
<deprecated type="deprecate">ISearchPaneQueryChangedEventArgs may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.ISearchPaneQueryChangedEventArgs.Language">
|
||||
<summary>The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
|
||||
<returns>The Internet Engineering Task Force (IETF) BCP 47 standard language tag.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.ISearchPaneQueryChangedEventArgs.LinguisticDetails">
|
||||
<summary>An object that provides information about query text that the user is entering through an Input Method Editor (IME).</summary>
|
||||
<returns>An object that provides information about query text.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.ISearchPaneQueryChangedEventArgs.QueryText">
|
||||
<summary>The text in the search box when the querychanged event fired.</summary>
|
||||
<returns>The current query text.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Search.SearchContract">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Search.SearchPane">
|
||||
<summary>Deprecated. Use the Windows.UI.Xaml.Controls.SearchBox (XAML) or the WinJS.UI.SearchBox (HTML) control instead. Represents and manages the search pane that opens when a user activates the Search charm.</summary>
|
||||
<deprecated type="deprecate">SearchPane may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPane.Language">
|
||||
<summary>The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
|
||||
<returns>The Internet Engineering Task Force (IETF) BCP 47 standard language tag.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPane.PlaceholderText">
|
||||
<summary>The placeholder text in the search box when the user hasn't entered any characters.</summary>
|
||||
<returns>The placeholder text to display in the search box.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPane.QueryText">
|
||||
<summary>The current text in the search box of the search pane.</summary>
|
||||
<returns>The current query text. If the search pane was not used, this is an empty string.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPane.SearchHistoryContext">
|
||||
<summary>A string that identifies the context of the search and is used to store the user's search history with the app.</summary>
|
||||
<returns>The search history context string.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPane.SearchHistoryEnabled">
|
||||
<summary>Indicates whether the user's previous searches with the app are automatically tracked and used to provide suggestions.</summary>
|
||||
<returns>True if the user's search history is automatically tracked and used to provide suggestions; otherwise false. The default value is true.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPane.ShowOnKeyboardInput">
|
||||
<summary>Gets or sets whether the user can open the search pane by typing.</summary>
|
||||
<returns>True if the user can type to search. Otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPane.Visible">
|
||||
<summary>Indicates whether the search pane is open.</summary>
|
||||
<returns>True if the search pane is being displayed; otherwise false.</returns>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Search.SearchPane.QueryChanged">
|
||||
<summary>Fires when the user changes the text in the search box.</summary>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Search.SearchPane.QuerySubmitted">
|
||||
<summary>Fires when the user submits the text in the search box and the app needs to display search results.</summary>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Search.SearchPane.ResultSuggestionChosen">
|
||||
<summary>Fires when the user selects one of the suggested results that was provided by the app and displayed in the search pane.</summary>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Search.SearchPane.SuggestionsRequested">
|
||||
<summary>Fires when the user's query text changes and the app needs to provide new suggestions to display in the search pane.</summary>
|
||||
</member>
|
||||
<member name="E:Windows.ApplicationModel.Search.SearchPane.VisibilityChanged">
|
||||
<summary>Fires when the user opens or closes the search pane.</summary>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Search.SearchPane.GetForCurrentView">
|
||||
<summary>Retrieves an instance of the search pane from which users can search within the app.</summary>
|
||||
<deprecated type="deprecate">ISearchPaneStatics may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
<returns>An instance of the search pane, which provides a consistent, touch-friendly search box and optional search suggestions for searching within the current application.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Search.SearchPane.HideThisApplication">
|
||||
<summary>Hides the current app's UI.</summary>
|
||||
<deprecated type="deprecate">ISearchPaneStaticsWithHideThisApplication may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Search.SearchPane.SetLocalContentSuggestionSettings(Windows.ApplicationModel.Search.LocalContentSuggestionSettings)">
|
||||
<summary>Specifies whether suggestions based on local files are automatically displayed in the search pane, and defines the criteria that Windows uses to locate and filter these suggestions.</summary>
|
||||
<deprecated type="deprecate">ISearchPane may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
<param name="settings">The new settings for local content suggestions.</param>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Search.SearchPane.Show">
|
||||
<summary>Shows the search pane.</summary>
|
||||
<deprecated type="deprecate">ISearchPane may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Search.SearchPane.Show(System.String)">
|
||||
<summary>Shows the search pane with the specified initial query string.</summary>
|
||||
<deprecated type="deprecate">ISearchPane may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
<param name="query">The initial query string.</param>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Search.SearchPane.TrySetQueryText(System.String)">
|
||||
<summary>Attempts to set the text in the search box of the search pane.</summary>
|
||||
<deprecated type="deprecate">ISearchPane may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
<param name="query">The query text to show in the search pane's search box.</param>
|
||||
<returns>True if the search box text was set successfully. Otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Search.SearchPaneQueryChangedEventArgs">
|
||||
<summary>Provides data for a querychanged event that is associated with a searchPane object.</summary>
|
||||
<deprecated type="deprecate">SearchPaneQueryChangedEventArgs may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPaneQueryChangedEventArgs.Language">
|
||||
<summary>The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
|
||||
<returns>The Internet Engineering Task Force (IETF) BCP 47 standard language tag.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPaneQueryChangedEventArgs.LinguisticDetails">
|
||||
<summary>An object that provides linguistic information about query text that the user is entering through an Input Method Editor (IME).</summary>
|
||||
<returns>An object that provides linguistic information about the query text.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPaneQueryChangedEventArgs.QueryText">
|
||||
<summary>The text in the search box when the querychanged event fired.</summary>
|
||||
<returns>The text in the search box when the querychanged event fired.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Search.SearchPaneQuerySubmittedEventArgs">
|
||||
<summary>Provides data for a querysubmitted event that is associated with a searchPane instance.</summary>
|
||||
<deprecated type="deprecate">SearchPaneQuerySubmittedEventArgs may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPaneQuerySubmittedEventArgs.Language">
|
||||
<summary>The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
|
||||
<returns>The Internet Engineering Task Force (IETF) BCP 47 standard language tag.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPaneQuerySubmittedEventArgs.LinguisticDetails">
|
||||
<summary>An object that provides linguistic information about query text that the user is entering through an Input Method Editor (IME).</summary>
|
||||
<returns>An object that provides linguistic information about the query text.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPaneQuerySubmittedEventArgs.QueryText">
|
||||
<summary>The text that was submitted through the search pane.</summary>
|
||||
<returns>The submitted query text.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Search.SearchPaneResultSuggestionChosenEventArgs">
|
||||
<summary>Provides data for a resultsuggestionchosen event that is associated with a searchPane object.</summary>
|
||||
<deprecated type="deprecate">SearchPaneResultSuggestionChosenEventArgs may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPaneResultSuggestionChosenEventArgs.Tag">
|
||||
<summary>The tag for the suggested result that the user selected.</summary>
|
||||
<returns>The app-defined tag for the selected search result.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequest">
|
||||
<summary>Stores suggestions and information about the request for suggestions.</summary>
|
||||
<deprecated type="deprecate">SearchPaneSuggestionsRequest may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequest.IsCanceled">
|
||||
<summary>Indicates whether the request for suggestions to display is canceled.</summary>
|
||||
<returns>True if the request was canceled, otherwise false. The default value is false.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequest.SearchSuggestionCollection">
|
||||
<summary>The suggestions to display in the search pane for the current query. Apps provide suggestions to display by appending them to this searchSuggestionCollection object.</summary>
|
||||
<returns>The suggestions to display. Apps provide suggestions by appending them to this searchSuggestionCollection object.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequest.GetDeferral">
|
||||
<summary>Retrieves an object that lets an app respond to a request for suggestions asynchronously.</summary>
|
||||
<deprecated type="deprecate">ISearchPaneSuggestionsRequest may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
<returns>An object that lets an app signal when it has fulfilled the request for search suggestions.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestDeferral">
|
||||
<summary>Enables the app to signal when it has finished populating a searchSuggestionCollection object while handling the suggestionsrequested event. Apps should use a deferral if and only if they need to respond to a request for suggestions asynchronously.</summary>
|
||||
<deprecated type="deprecate">SearchPaneSuggestionsRequestDeferral may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestDeferral.Complete">
|
||||
<summary>Signals that the app has finished populating a searchSuggestionCollection object while handling the suggestionsrequested event.</summary>
|
||||
<deprecated type="deprecate">ISearchPaneSuggestionsRequestDeferral may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestedEventArgs">
|
||||
<summary>Provides data for a suggestionsrequested event that is associated with a searchPane object.</summary>
|
||||
<deprecated type="deprecate">SearchPaneSuggestionsRequestedEventArgs may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestedEventArgs.Language">
|
||||
<summary>The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.</summary>
|
||||
<returns>The Internet Engineering Task Force (IETF) BCP 47 standard language tag.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestedEventArgs.LinguisticDetails">
|
||||
<summary>An object that provides linguistic information about query text that the user is entering through an Input Method Editor (IME).</summary>
|
||||
<returns>An object that provides linguistic information about the query text.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestedEventArgs.QueryText">
|
||||
<summary>The text that the app should provide suggestions for and that was in the search box when the suggestionsrequested event fired.</summary>
|
||||
<returns>The query text that the app should provide suggestions for.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestedEventArgs.Request">
|
||||
<summary>An object that stores suggestions and information about the request.</summary>
|
||||
<returns>The object that stores suggestions and information about the request.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.Search.SearchPaneVisibilityChangedEventArgs">
|
||||
<summary>Provides data for a visibilitychanged event that is associated with a searchPane object.</summary>
|
||||
<deprecated type="deprecate">SearchPaneVisibilityChangedEventArgs may be altered or unavailable for releases after Windows 10.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.Search.SearchPaneVisibilityChangedEventArgs.Visible">
|
||||
<summary>Indicates whether the search pane is open.</summary>
|
||||
<returns>True if the search pane is open; otherwise false.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,326 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Windows.ApplicationModel.SocialInfo.SocialInfoContract</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem">
|
||||
<summary>Represents the child item of a SocialFeedItem.</summary>
|
||||
<deprecated type="deprecate">SocialFeedChildItem is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem.#ctor">
|
||||
<summary>Initializes a new instance of the SocialFeedChildItem class.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem.Author">
|
||||
<summary>Gets the author of the child item.</summary>
|
||||
<returns>The author of the child item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem.PrimaryContent">
|
||||
<summary>Gets the primary SocialFeedContent object associated with the child item.</summary>
|
||||
<returns>The primary SocialFeedContent object associated with the child item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem.SecondaryContent">
|
||||
<summary>Gets the secondary SocialFeedContent object associated with the child item.</summary>
|
||||
<returns>The secondary SocialFeedContent object associated with the child item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem.SharedItem">
|
||||
<summary>Gets a social media item that was shared with the user by another user of the service.</summary>
|
||||
<returns>A social media item that was shared with the user.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem.TargetUri">
|
||||
<summary>Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this child item.</summary>
|
||||
<returns>The Uniform Resource Identifier (URI) associated with the child item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem.Thumbnails">
|
||||
<summary>Gets a list of thumbnail images associated with the child item.</summary>
|
||||
<returns>A list of thumbnail images associated with the child item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedChildItem.Timestamp">
|
||||
<summary>Gets or sets the timestamp for the child item.</summary>
|
||||
<returns>The timestamp for the child item.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.SocialInfo.SocialFeedContent">
|
||||
<summary>Represents a social media message.</summary>
|
||||
<deprecated type="deprecate">SocialFeedContent is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedContent.Message">
|
||||
<summary>Gets or sets the social media message.</summary>
|
||||
<returns>The social media message.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedContent.TargetUri">
|
||||
<summary>Gets or sets the Uniform Resource Identifier (URI) to the target of the content.</summary>
|
||||
<returns>The Uniform Resource Identifier (URI) of the content.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedContent.Title">
|
||||
<summary>Gets or sets the title of the content.</summary>
|
||||
<returns>The title of the content.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.SocialInfo.SocialFeedItem">
|
||||
<summary>Represents a social media feed item.</summary>
|
||||
<deprecated type="deprecate">SocialFeedItem is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.SocialInfo.SocialFeedItem.#ctor">
|
||||
<summary>Initializes a new instance of the SocialFeedItem class.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.Author">
|
||||
<summary>Gets the author of the social media feed item.</summary>
|
||||
<returns>The author of the social media feed item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.BadgeCountValue">
|
||||
<summary>Gets or sets the number of unseen items displayed on the app badge.</summary>
|
||||
<returns>The number of unseen items displayed on the app badge.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.BadgeStyle">
|
||||
<summary>Gets or sets the badge style for the app.</summary>
|
||||
<returns>The badge style for the app.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.ChildItem">
|
||||
<summary>Gets or sets the child item associated with this social feed item.</summary>
|
||||
<returns>The child item associated with this social feed item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.PrimaryContent">
|
||||
<summary>Gets the primary SocialFeedContent object associated with the item.</summary>
|
||||
<returns>The primary SocialFeedContent object associated with the item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.RemoteId">
|
||||
<summary>Gets or sets the value used to identify this item on the provider's system.</summary>
|
||||
<returns>The value used to identify this item on the provider's system.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.SecondaryContent">
|
||||
<summary>Gets the secondary SocialFeedContent object associated with this item.</summary>
|
||||
<returns>The secondary SocialFeedContent object associated with this item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.SharedItem">
|
||||
<summary>Gets a social media item that was shared with the user by another user of the service.</summary>
|
||||
<returns>A social media item that was shared with the user by another user of the service.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.Style">
|
||||
<summary>Gets or set the style of this item, such as photo or default.</summary>
|
||||
<returns>The style of this item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.TargetUri">
|
||||
<summary>Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this item.</summary>
|
||||
<returns>The Uniform Resource Identifier (URI) associated with this item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.Thumbnails">
|
||||
<summary>Gets a list of thumbnail images associated with this item.</summary>
|
||||
<returns>A list of thumbnail images associated with this item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedItem.Timestamp">
|
||||
<summary>Gets or sets the timestamp for this item.</summary>
|
||||
<returns>The timestamp for this item.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.SocialInfo.SocialFeedItemStyle">
|
||||
<summary>Defines the types of social media feed items.</summary>
|
||||
<deprecated type="deprecate">SocialFeedItemStyle is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.SocialInfo.SocialFeedItemStyle.Default">
|
||||
<summary>Default value</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.SocialInfo.SocialFeedItemStyle.Photo">
|
||||
<summary>A photo item</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.SocialInfo.SocialFeedKind">
|
||||
<summary>Defines the types of social media feeds.</summary>
|
||||
<deprecated type="deprecate">SocialFeedKind is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.SocialInfo.SocialFeedKind.ContactFeed">
|
||||
<summary>A contact feed</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.SocialInfo.SocialFeedKind.Dashboard">
|
||||
<summary>A dashboard feed</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.SocialInfo.SocialFeedKind.HomeFeed">
|
||||
<summary>A home feed</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.SocialInfo.SocialFeedSharedItem">
|
||||
<summary>Represents a social media item that was shared with the user by another user of the service.</summary>
|
||||
<deprecated type="deprecate">SocialFeedSharedItem is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.SocialInfo.SocialFeedSharedItem.#ctor">
|
||||
<summary>Initializes a new instance of the SocialFeedSharedItem class.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedSharedItem.Content">
|
||||
<summary>Gets the SocialFeedContent object associated with the shared item.</summary>
|
||||
<returns>The SocialFeedContent object associated with the shared item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedSharedItem.OriginalSource">
|
||||
<summary>Gets or sets the original Uniform Resource Identifier (URI) of the shared item.</summary>
|
||||
<returns>The original Uniform Resource Identifier (URI) of the shared item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedSharedItem.TargetUri">
|
||||
<summary>Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this shared item.</summary>
|
||||
<returns>The Uniform Resource Identifier (URI) associated with the shared item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedSharedItem.Thumbnail">
|
||||
<summary>Gets or sets a thumbnail image associated with this shared item.</summary>
|
||||
<returns>A thumbnail image associated with this shared item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialFeedSharedItem.Timestamp">
|
||||
<summary>Gets or sets the timestamp for this shared item.</summary>
|
||||
<returns>The timestamp for this shared item.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.SocialInfo.SocialFeedUpdateMode">
|
||||
<summary>Defines the modes for updating a social media feed.</summary>
|
||||
<deprecated type="deprecate">SocialFeedUpdateMode is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.SocialInfo.SocialFeedUpdateMode.Append">
|
||||
<summary>Append mode</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.SocialInfo.SocialFeedUpdateMode.Replace">
|
||||
<summary>Replace mode</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.SocialInfo.SocialInfoContract">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.SocialInfo.SocialItemBadgeStyle">
|
||||
<summary>Defines app badge types.</summary>
|
||||
<deprecated type="deprecate">SocialItemBadgeStyle is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.SocialInfo.SocialItemBadgeStyle.Hidden">
|
||||
<summary>Hidden badge</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.SocialInfo.SocialItemBadgeStyle.Visible">
|
||||
<summary>Visible badge</summary>
|
||||
</member>
|
||||
<member name="F:Windows.ApplicationModel.SocialInfo.SocialItemBadgeStyle.VisibleWithCount">
|
||||
<summary>Visible badge with an unseen items count displayed</summary>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.SocialInfo.SocialItemThumbnail">
|
||||
<summary>Represents a thumbnail image associated with a social media feed item.</summary>
|
||||
<deprecated type="deprecate">SocialItemThumbnail is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.SocialInfo.SocialItemThumbnail.#ctor">
|
||||
<summary>Initializes a new instance of the SocialItemThumbnail class.</summary>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialItemThumbnail.BitmapSize">
|
||||
<summary>Gets or sets the size of the thumbnail bitmap image.</summary>
|
||||
<returns>The size of the thumbnail bitmap image.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialItemThumbnail.ImageUri">
|
||||
<summary>Gets or sets the Uniform Resource Identifier (URI) to the image file for this thumbnail.</summary>
|
||||
<returns>The Uniform Resource Identifier (URI) to the image file for this thumbnail.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialItemThumbnail.TargetUri">
|
||||
<summary>Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this thumbnail.</summary>
|
||||
<returns>The Uniform Resource Identifier (URI) to the target item associated with this thumbnail.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.SocialInfo.SocialItemThumbnail.SetImageAsync(Windows.Storage.Streams.IInputStream)">
|
||||
<summary>Asynchronously sets the image for this thumbnail from a local stream.</summary>
|
||||
<deprecated type="deprecate">ISocialItemThumbnail is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
<param name="image">The image stream.</param>
|
||||
<returns>An async action indicating that the operation has completed.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.SocialInfo.SocialUserInfo">
|
||||
<summary>Represents a user of a social media provider service.</summary>
|
||||
<deprecated type="deprecate">SocialUserInfo is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialUserInfo.DisplayName">
|
||||
<summary>Gets or sets the name of the social media user, suitable for display.</summary>
|
||||
<returns>The name of the social media user, suitable for display.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialUserInfo.RemoteId">
|
||||
<summary>Gets or sets a value that identifies the user on the social media service.</summary>
|
||||
<returns>A value that identifies the user on the social media service.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialUserInfo.TargetUri">
|
||||
<summary>Gets or sets the Uniform Resource Identifier (URI) to the user on the social media system.</summary>
|
||||
<returns>The Uniform Resource Identifier (URI) to the user on the social media system.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.SocialUserInfo.UserName">
|
||||
<summary>Gets or sets the username for the user on the social media service.</summary>
|
||||
<returns>The username for the user on the social media service.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater">
|
||||
<summary>Represents a task that can update dashboard items.</summary>
|
||||
<deprecated type="deprecate">SocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater.Content">
|
||||
<summary>Gets a SocialFeedContent object which can be updated.</summary>
|
||||
<returns>A SocialFeedContent object which can be updated.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater.OwnerRemoteId">
|
||||
<summary>Gets the ID that identifies the user on the provider's system.</summary>
|
||||
<returns>The ID that identifies the user on the provider's system.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater.TargetUri">
|
||||
<summary>Gets or sets the uniform resource identifier (URI) that is navigated to when the user taps the item.</summary>
|
||||
<returns>The URI that is navigated to when the user taps the item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater.Thumbnail">
|
||||
<summary>Gets or sets the thumbnail image for the dashboard item.</summary>
|
||||
<returns>The thumbnail image for the dashboard item.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater.Timestamp">
|
||||
<summary>Gets or sets the timestamp for the update.</summary>
|
||||
<returns>The timestamp for the update.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater.CommitAsync">
|
||||
<summary>Asynchronously submits the update after all the properties have been set.</summary>
|
||||
<deprecated type="deprecate">ISocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
<returns>An async action indicating that the operation has completed.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.SocialInfo.Provider.SocialFeedUpdater">
|
||||
<summary>Represents a task the can be used to update a social media feed.</summary>
|
||||
<deprecated type="deprecate">SocialFeedUpdater is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.Provider.SocialFeedUpdater.Items">
|
||||
<summary>Gets the list of social media feed items.</summary>
|
||||
<returns>The list of social media feed items.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.Provider.SocialFeedUpdater.Kind">
|
||||
<summary>Gets the type of the social media feed.</summary>
|
||||
<returns>The type of the social media feed.</returns>
|
||||
</member>
|
||||
<member name="P:Windows.ApplicationModel.SocialInfo.Provider.SocialFeedUpdater.OwnerRemoteId">
|
||||
<summary>Gets the ID that identifies the user on the provider's system.</summary>
|
||||
<returns>The ID that identifies the user on the provider's system.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.SocialInfo.Provider.SocialFeedUpdater.CommitAsync">
|
||||
<summary>Asynchronously submits the update after all the properties have been set.</summary>
|
||||
<deprecated type="deprecate">ISocialFeedUpdater is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
<returns>An async action indicating that the operation has completed.</returns>
|
||||
</member>
|
||||
<member name="T:Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager">
|
||||
<summary>Provides functionality for an app to use social media extensibility.</summary>
|
||||
<deprecated type="deprecate">SocialInfoProviderManager is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager.CreateDashboardItemUpdaterAsync(System.String)">
|
||||
<summary>Creates a new SocialDashboardItemUpdater object that can be used as a task.</summary>
|
||||
<deprecated type="deprecate">ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
<param name="ownerRemoteId">The ID that identifies the user on the provider's system.</param>
|
||||
<returns>The newly created SocialDashboardItemUpdater object.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager.CreateSocialFeedUpdaterAsync(Windows.ApplicationModel.SocialInfo.SocialFeedKind,Windows.ApplicationModel.SocialInfo.SocialFeedUpdateMode,System.String)">
|
||||
<summary>Creates a new SocialFeedUpdater object that can be used as a task.</summary>
|
||||
<deprecated type="deprecate">ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
<param name="kind">The type of the social media feed to create.</param>
|
||||
<param name="mode">Specifies append or replace mode.</param>
|
||||
<param name="ownerRemoteId">The ID that identifies the user on the provider's system.</param>
|
||||
<returns>The newly created SocialFeedUpdater object.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager.DeprovisionAsync">
|
||||
<summary>Deprovisions an app from using social media extensibility.</summary>
|
||||
<deprecated type="deprecate">ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
<returns>An async action indicating that the operation has completed.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager.ProvisionAsync">
|
||||
<summary>Provisions the app to use social media extensibility.</summary>
|
||||
<deprecated type="deprecate">ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
<returns>A Boolean value indicating if the operation was successful.</returns>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager.ReportNewContentAvailable(System.String,Windows.ApplicationModel.SocialInfo.SocialFeedKind)">
|
||||
<summary>Alerts the system that new social media content is available from this app.</summary>
|
||||
<deprecated type="deprecate">ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
<param name="contactRemoteId">The ID that identifies the user on the provider's system.</param>
|
||||
<param name="kind">The type of the social media feed.</param>
|
||||
</member>
|
||||
<member name="M:Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager.UpdateBadgeCountValue(System.String,System.Int32)">
|
||||
<summary>Updates the count value on the lock screen badge.</summary>
|
||||
<deprecated type="deprecate">ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.</deprecated>
|
||||
<param name="itemRemoteId">Identifies the contact on the provider's system.</param>
|
||||
<param name="newCount">The new count value to display on the badge.</param>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user