다음을 통해 공유


DataPackagePropertySet.ApplicationName 속성

정의

DataPackage 개체를 만든 앱의 이름을 가져오거나 설정합니다.

public:
 property Platform::String ^ ApplicationName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ApplicationName();

void ApplicationName(winrt::hstring value);
public string ApplicationName { get; set; }
var string = dataPackagePropertySet.applicationName;
dataPackagePropertySet.applicationName = string;
Public Property ApplicationName As String

속성 값

String

Platform::String

winrt::hstring

DataPackage 개체를 만든 앱의 이름을 지정합니다.

적용 대상