ActivationRegistrationManager.UnregisterForFileTypeActivation Method
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.
Unregisters a file type activation that was registered earlier by using the RegisterForFileTypeActivation method.
public:
static void UnregisterForFileTypeActivation(Platform::Array <Platform::String ^> ^ fileTypes, Platform::String ^ exePath);
/// [Windows.Foundation.Metadata.Experimental]
static void UnregisterForFileTypeActivation(winrt::array_view <winrt::hstring const&> const& fileTypes, winrt::hstring const& exePath);
static void UnregisterForFileTypeActivation(winrt::array_view <winrt::hstring const&> const& fileTypes, winrt::hstring const& exePath);
[Windows.Foundation.Metadata.Experimental]
public static void UnregisterForFileTypeActivation(string[] fileTypes, string exePath);
public static void UnregisterForFileTypeActivation(string[] fileTypes, string exePath);
function unregisterForFileTypeActivation(fileTypes, exePath)
Public Shared Sub UnregisterForFileTypeActivation (fileTypes As String(), exePath As String)
Parameters
- fileTypes
-
String[]
Platform::String[]
winrt::hstring[]
The file type that was previously registered for protocol activation.
- exePath
-
String
Platform::String
winrt::hstring
The path to the executable that was previously registered for protocol activation.
- Attributes