PerceptionDepthFrameSource.DisplayName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string value indicating the display name of the depth frame source.
public:
property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
winrt::hstring DisplayName();
public string DisplayName { get; }
public string DisplayName { [Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = perceptionDepthFrameSource.displayName;
Public ReadOnly Property DisplayName As String
Property Value
A string value indicating the display name of the depth frame source.
- Attributes