PhotoImportSession.DestinationFileNamePrefix 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定目的地檔案名的前置詞。
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
屬性值
目的地檔案名的前置詞。
備註
前置詞必須包含有效的檔案名字元,而且不能超過 64 個字元。 它可能不會以空格開頭或結尾為多個空格。