UninstallFeatureTree.GetInstalledInstanceFeatures 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.
Retrieves the installed instance features.
public:
System::Collections::Generic::List<System::String ^> ^ GetInstalledInstanceFeatures();
public System.Collections.Generic.List<string> GetInstalledInstanceFeatures();
member this.GetInstalledInstanceFeatures : unit -> System.Collections.Generic.List<string>
Public Function GetInstalledInstanceFeatures () As List(Of String)
Returns
The installed instance features.