GraphDataObject.AllDgmlFormats Property
Get list of all DGML formats, including Text formats.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AllDgmlFormats As DataFormat()
public static DataFormat[] AllDgmlFormats { get; }
public:
static property array<DataFormat^>^ AllDgmlFormats {
array<DataFormat^>^ get ();
}
static member AllDgmlFormats : DataFormat[] with get
static function get AllDgmlFormats () : DataFormat[]
Property Value
Type: array<DataFormat[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.