Share via


CodeNodeCategories.Interface Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

CodeNodeCategories Class

Microsoft.VisualStudio.GraphModel.Schemas Namespace