IFileExtensionRegistryService2.RemoveFileName(String) Method

Definition

Removes the specified file name from the registry.

public:
 void RemoveFileName(System::String ^ name);
public:
 void RemoveFileName(Platform::String ^ name);
void RemoveFileName(std::wstring const & name);
public void RemoveFileName (string name);
abstract member RemoveFileName : string -> unit
Public Sub RemoveFileName (name As String)

Parameters

name
String

The file name (the period is optional).

Remarks

If the specified name does not exist, then the method does nothing.

Applies to