DictTable.GetExtendedByList(String, Boolean) 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.
public:
static System::Collections::Generic::IList<System::String ^> ^ GetExtendedByList(System::String ^ name, bool allLevels);
public static System.Collections.Generic.IList<string> GetExtendedByList (string name, bool allLevels);
static member GetExtendedByList : string * bool -> System.Collections.Generic.IList<string>
Public Shared Function GetExtendedByList (name As String, allLevels As Boolean) As IList(Of String)
Parameters
- name
- String
- allLevels
- Boolean