IPropertyEvaluatorService.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.
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);
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