Partilhar via


StateEntity Constructor (String, StateFlags, String, Node)

Constructs a new StateEntity.

Namespace: Microsoft.SpecExplorer.ObjectModel
Assembly: Microsoft.SpecExplorer.ObjectModel (in Microsoft.SpecExplorer.ObjectModel.dll)

Usage

'Usage

Syntax

'Declaration
public StateEntity (
    string label,
    StateFlags flags,
    string description,
    Node content
)

Parameters

  • label
    Label of the state.
  • flags
    Flags of the state.
  • description
    Description of the state.
  • content
    Root node of the state content.

Platforms

Development Platforms

Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP SP2 or later, Microsoft Windows Server 2008, Microsoft Windows Server 2003

See Also

Reference

StateEntity Class
StateEntity Members
Microsoft.SpecExplorer.ObjectModel Namespace