IAppxShareExtension::HasDataFormat Method (String^)

 

Determines whether the Share extension contains the specified data format.

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

bool HasDataFormat(
	String^ dataFormat
)

Parameters

dataFormat
Type: System::String^

[in] The data format to be checked.

Return Value

Type: System::Boolean

true if the Share extension contains the data format.

Return to top
Show: