SharedPackageContainerMember クラス

定義

パッケージ ファミリと、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
継承
Object Platform::Object IInspectable SharedPackageContainerMember
属性

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.22000.0 で導入)
API contract
Windows.Management.Deployment.SharedPackageContainerContract (v1.0 で導入)

コンストラクター

SharedPackageContainerMember(String)

SharedPackageContainerMember の新しいインスタンスを作成します

プロパティ

PackageFamilyName

パッケージ コンテナー メンバーのパッケージ ファミリ名を取得します。

適用対象