GraphicsCaptureItem.DisplayName Property

Definition

The display name of the target of the capture (for example, the application title).

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = graphicsCaptureItem.displayName;
Public ReadOnly Property DisplayName As String

Property Value

String

Platform::String

winrt::hstring

The display name of the target of the capture (for example, the application title).

Applies to