Share via


IPropertyEvaluatorService.GetProperties Method

Definition

Get all properties that are available for a namespace and context

public:
 System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ GetProperties(System::String ^ prefixNamespace, System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ inheritEnvironments);
public System.Collections.Generic.IReadOnlyCollection<string> GetProperties (string prefixNamespace, System.Collections.Generic.IReadOnlyCollection<string> inheritEnvironments);
abstract member GetProperties : string * System.Collections.Generic.IReadOnlyCollection<string> -> System.Collections.Generic.IReadOnlyCollection<string>
Public Function GetProperties (prefixNamespace As String, inheritEnvironments As IReadOnlyCollection(Of String)) As IReadOnlyCollection(Of String)

Parameters

prefixNamespace
String

The namespace

inheritEnvironments
IReadOnlyCollection<String>

Optional context

Returns

Collection of possible properties

Applies to