PSPropertyAdapter.GetTypeNameHierarchy(Object) 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.
Returns the type hierarchy for the given object.
public:
virtual System::Collections::ObjectModel::Collection<System::String ^> ^ GetTypeNameHierarchy(System::Object ^ baseObject);
public virtual System.Collections.ObjectModel.Collection<string> GetTypeNameHierarchy (object baseObject);
abstract member GetTypeNameHierarchy : obj -> System.Collections.ObjectModel.Collection<string>
override this.GetTypeNameHierarchy : obj -> System.Collections.ObjectModel.Collection<string>
Public Overridable Function GetTypeNameHierarchy (baseObject As Object) As Collection(Of String)
Parameters
- baseObject
- Object