IAppxShareExtension::RemoveDataFormat Method (String^)

 

Removes the specified data format from the Share extension.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void RemoveDataFormat(
	String^ dataFormat
)

Parameters

dataFormat
Type: System::String^

[in] The data format to be removed.

Return to top
Show: