Condividi tramite


CreatePackageDependencyOptions.LifetimeArtifact Proprietà

Definizione

Ottiene o imposta il nome dell'artefatto utilizzato per definire la durata della dipendenza del pacchetto, se la proprietà LifetimeArtifactKind è impostata su PackageDependencyLifetimeArtifactKind.FilePath o PackageDependencyLifetimeArtifactKind.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

Valore della proprietà

String

Platform::String

winrt::hstring

Commenti

Non utilizzare questa proprietà se la proprietà LifetimeArtifactKind è impostata su PackageDependencyLifetimeArtifactKind.Process.

Si applica a

Vedi anche