共用方式為


PhotoImportSession.DestinationFileNamePrefix 屬性

定義

取得或設定目的地檔案名的前置詞。

public:
 property Platform::String ^ DestinationFileNamePrefix { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DestinationFileNamePrefix();

void DestinationFileNamePrefix(winrt::hstring value);
public string DestinationFileNamePrefix { get; set; }
var string = photoImportSession.destinationFileNamePrefix;
photoImportSession.destinationFileNamePrefix = string;
Public Property DestinationFileNamePrefix As String

屬性值

String

Platform::String

winrt::hstring

目的地檔案名的前置詞。

備註

前置詞必須包含有效的檔案名字元,而且不能超過 64 個字元。 它可能不會以空格開頭或結尾為多個空格。

適用於