GraphCommonSchema::IsTag Property

 

The IsTag property is used to mark special GraphCategories that are used in the custom categories menu.

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

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