IPropertyEvaluator.GetProperties 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.
Return the properties that are available for a namespace
public:
System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ GetProperties(System::String ^ prefixNamespaceFilter, System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ inheritEnvironments);
public System.Collections.Generic.IReadOnlyCollection<string> GetProperties (string prefixNamespaceFilter, System.Collections.Generic.IReadOnlyCollection<string> inheritEnvironments);
public System.Collections.Generic.IReadOnlyCollection<string> GetProperties (string prefixNamespaceFilter, System.Collections.Generic.IReadOnlyCollection<string>? inheritEnvironments);
abstract member GetProperties : string * System.Collections.Generic.IReadOnlyCollection<string> -> System.Collections.Generic.IReadOnlyCollection<string>
Public Function GetProperties (prefixNamespaceFilter As String, inheritEnvironments As IReadOnlyCollection(Of String)) As IReadOnlyCollection(Of String)
Parameters
- prefixNamespaceFilter
- String
The prefix namespace to filter
- inheritEnvironments
- IReadOnlyCollection<String>
Optional inherit environments
Returns
Collection of properties that this provider is able to support