GraphObject.IsExpanded Property
Get whether this node is expanded.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsExpanded As Boolean
Get
public virtual bool IsExpanded { get; }
public:
virtual property bool IsExpanded {
bool get ();
}
abstract IsExpanded : bool
override IsExpanded : bool
function get IsExpanded () : boolean
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.