GraphDataObject.AllDgmlFormats Property
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.
Get list of all DGML formats, including Text formats.
public:
static property cli::array <System::Windows::DataFormat ^> ^ AllDgmlFormats { cli::array <System::Windows::DataFormat ^> ^ get(); };
public static System.Windows.DataFormat[] AllDgmlFormats { get; }
static member AllDgmlFormats : System.Windows.DataFormat[]
Public Shared ReadOnly Property AllDgmlFormats As DataFormat()