IsolatedWindowsEnvironmentOwnerRegistrationData.ActivationFileExtensions Property
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.
Deprecated. Extensions of files that can be activated in the Isolated Windows Environment.
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)
Property Value
IVector
- Attributes
Remarks
Warning
This is a deprecated API.