Share via


IAppxShareExtension.DataFormats Property

Gets a list of data formats supported by the Share extension.

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

Syntax

'Declaration
ReadOnly Property DataFormats As Array
Array DataFormats { get; }
property Array^ DataFormats {
    Array^ get ();
}
abstract DataFormats : Array with get
function get DataFormats () : Array

Property Value

Type: System.Array

.NET Framework Security

See Also

Reference

IAppxShareExtension Interface

Microsoft.VisualStudio.Shell.Interop Namespace