SharedPackageContainerMember(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the SharedPackageContainerMember
public:
SharedPackageContainerMember(Platform::String ^ packageFamilyName);
SharedPackageContainerMember(winrt::hstring const& packageFamilyName);
public SharedPackageContainerMember(string packageFamilyName);
function SharedPackageContainerMember(packageFamilyName)
Public Sub New (packageFamilyName As String)
Parameters
- packageFamilyName
-
String
Platform::String
winrt::hstring
The package family name of the package container member.