Share via


DgmlNodeProperties.Icon Property

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphProperty
Returns GraphProperty.

.NET Framework Security

See Also

Reference

DgmlNodeProperties Class

Microsoft.VisualStudio.GraphModel.Schemas Namespace