StateAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StateAttribute() | |
StateAttribute(String) |
StateAttribute()
public:
StateAttribute();
public StateAttribute ();
Public Sub New ()
Applies to
StateAttribute(String)
public:
StateAttribute(System::String ^ id);
public StateAttribute (string id);
new Microsoft.Practices.CompositeUI.StateAttribute : string -> Microsoft.Practices.CompositeUI.StateAttribute
Public Sub New (id As String)
Parameters
- id
- String