Creates a traits object for a preference pane provider.
Namespace:
Gallio.UI.ControlPanel.Preferences
Assembly:
Gallio.UI (in Gallio.UI.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public PreferencePaneProviderTraits(
string path
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
path As String _
) |
Parameters
- path
- Type: System..::.String
The preference pane path consisting of slash-delimited name segments
specifying tree nodes.
Exceptions
| Exception | Condition |
|---|
| System..::.ArgumentNullException | Thrown if path is null. |
| System..::.ArgumentException | Thrown if path is empty. |
See Also