SharedPackageContainerMember Class

Definition

Represents a package family and any associated tuple-data that can be added to a SharedPackageContainer

public ref class SharedPackageContainerMember sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Management.Deployment.ISharedPackageContainerMemberFactory, 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 SharedPackageContainerMember final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Management.Deployment.ISharedPackageContainerMemberFactory), 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 SharedPackageContainerMember
function SharedPackageContainerMember(packageFamilyName)
Public NotInheritable Class SharedPackageContainerMember
Inheritance
Object Platform::Object IInspectable SharedPackageContainerMember
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

SharedPackageContainerMember(String)

Creates a new instance of the SharedPackageContainerMember

Properties

PackageFamilyName

Gets the package family name of the package container member.

Applies to