Freigeben über


GraphCommonSchema.Group-Eigenschaft

In definiert, ob ein Objekt eine Gruppe ist und in welchen Zustand die Gruppe ist: Erweitert oder reduziert.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.GraphModel.GraphProperty

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphCommonSchema Klasse

Microsoft.VisualStudio.GraphModel-Namespace