IAppxShareExtension.AddDataFormat(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.
Adds the specified data format to the Share extension.
public:
void AddDataFormat(System::String ^ dataFormat);
public:
void AddDataFormat(Platform::String ^ dataFormat);
void AddDataFormat(std::wstring const & dataFormat);
public void AddDataFormat (string dataFormat);
abstract member AddDataFormat : string -> unit
Public Sub AddDataFormat (dataFormat As String)
Parameters
- dataFormat
- String
[in] The data format to be added.