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