xNavPane.selectedGroup Method
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
selectedGroup() | |
selectedGroup(String) |
selectedGroup()
public:
virtual System::String ^ selectedGroup();
public virtual string selectedGroup ();
abstract member selectedGroup : unit -> string
override this.selectedGroup : unit -> string
Public Overridable Function selectedGroup () As String
Returns
Applies to
selectedGroup(String)
public:
virtual System::String ^ selectedGroup(System::String ^ _groupName);
public virtual string selectedGroup (string _groupName);
abstract member selectedGroup : string -> string
override this.selectedGroup : string -> string
Public Overridable Function selectedGroup (_groupName As String) As String
Parameters
- _groupName
- String