GraphicsCaptureItem.DisplayName プロパティ

定義

キャプチャのターゲットの表示名 (アプリケーション タイトルなど)。

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

プロパティ値

String

Platform::String

winrt::hstring

キャプチャのターゲットの表示名 (アプリケーション タイトルなど)。

適用対象