Condividi tramite


Proprietà GraphCommonSchema.IsDragSource

Flag di nodo DGML con un attributo speciale che indica se fa parte dell'origine di trascinamento in un'operazione di trascinamento.

Non è necessario localizzare i metadati poiché questa proprietà non è visualizzabile.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
Public Shared Property IsDragSource As GraphProperty
public static GraphProperty IsDragSource { get; private set; }
public:
static property GraphProperty^ IsDragSource {
    GraphProperty^ get ();
    private: void set (GraphProperty^ value);
}
static member IsDragSource : GraphProperty with get, private set
static function get IsDragSource () : GraphProperty
private static function set IsDragSource (value : GraphProperty)

Valore proprietà

Tipo: Microsoft.VisualStudio.GraphModel.GraphProperty

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphCommonSchema Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel