Share via


IPropertyEvaluator.GetProperties Method

Definition

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

Applies to