UserDataPaths.Templates プロパティ

定義

ユーザーの共通テンプレート フォルダーへのパスを取得します。

public:
 property Platform::String ^ Templates { Platform::String ^ get(); };
winrt::hstring Templates();
public string Templates { get; }
var string = userDataPaths.templates;
Public ReadOnly Property Templates As String

プロパティ値

String

Platform::String

winrt::hstring

ユーザーの共通テンプレート フォルダーへの完全なパス。

適用対象