Share via


CodeNodeCategories.Solution Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

CodeNodeCategories Class

Microsoft.VisualStudio.GraphModel.Schemas Namespace