IAppxShareExtension.HasDataFormat(String) 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.
Determines whether the Share extension contains the specified data format.
public:
bool HasDataFormat(System::String ^ dataFormat);
public:
bool HasDataFormat(Platform::String ^ dataFormat);
bool HasDataFormat(std::wstring const & dataFormat);
public bool HasDataFormat (string dataFormat);
abstract member HasDataFormat : string -> bool
Public Function HasDataFormat (dataFormat As String) As Boolean
Parameters
- dataFormat
- String
[in] The data format to be checked.
Returns
true
if the Share extension contains the data format.