共用方式為


CreatePackageDependencyOptions.LifetimeArtifact 屬性

定義

如果 LifetimeArtifactKind 屬性設定為 PackageDependencyLifetimeArtifactKind.FilePathPackageDependencyLifetimeArtifactKind.RegistryKey,則取得或設定用來定義封裝相依性存留期的成品名稱。

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

void LifetimeArtifact(winrt::hstring value);
public string LifetimeArtifact { get; set; }
var string = createPackageDependencyOptions.lifetimeArtifact;
createPackageDependencyOptions.lifetimeArtifact = string;
Public Property LifetimeArtifact As String

屬性值

String

Platform::String

winrt::hstring

備註

如果 LifetimeArtifactKind 屬性設定為 PackageDependencyLifetimeArtifactKind.Process,請勿使用此屬性。

適用於

另請參閱