IsolatedWindowsEnvironmentOwnerRegistrationData.ActivationFileExtensions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
非推奨になりました。 分離された Windows 環境でアクティブ化できるファイルの拡張機能。
public:
property IVector<Platform::String ^> ^ ActivationFileExtensions { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> ActivationFileExtensions();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistrationData is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IVector<winrt::hstring> ActivationFileExtensions();
public IList<string> ActivationFileExtensions { get; }
public IList<string> ActivationFileExtensions { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistrationData is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; }
var iVector = isolatedWindowsEnvironmentOwnerRegistrationData.activationFileExtensions;
Public ReadOnly Property ActivationFileExtensions As IList(Of String)
プロパティ値
IVector
- 属性
注釈
警告
これは非推奨の API です。