Share via


FindSharedPackageContainerOptions Class

Definition

Provides options for creating a shared package container with a call to SharedPackageContainerManager.FindContainer.

public ref class FindSharedPackageContainerOptions sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Management.Deployment.SharedPackageContainerContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Deployment.SharedPackageContainerContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class FindSharedPackageContainerOptions final
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Management.Deployment.SharedPackageContainerContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Deployment.SharedPackageContainerContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class FindSharedPackageContainerOptions
function FindSharedPackageContainerOptions()
Public NotInheritable Class FindSharedPackageContainerOptions
Inheritance
Object Platform::Object IInspectable FindSharedPackageContainerOptions
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.22000.0)
API contract
Windows.Management.Deployment.SharedPackageContainerContract (introduced in v1.0)

Constructors

FindSharedPackageContainerOptions()

Initializes a new instance of the FindSharedPackageContainerOptions class.

Properties

Name

Gets or sets the name of the shared package container to find.

PackageFamilyName

Gets or sets the package family name used by the find operation. Containers including the specified package family name are included in the find results.

Applies to