Share via


CodeNodeCategories.Class Property

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphCategory
Returns GraphCategory.

.NET Framework Security

See Also

Reference

CodeNodeCategories Class

Microsoft.VisualStudio.GraphModel.Schemas Namespace