GraphCommonSchema::Group Property

 

Defines whether an object is a Group and what state the Group is in: Expanded or Collapsed.

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

public:
property GraphProperty^ Group {
	static GraphProperty^ get();
	private: static void set(GraphProperty^ value);
}
Return to top
Show: