Sdílet prostřednictvím


IRemoteSettings.GetPropertyNames(String) Method

Definition

Gets all the property names under a specific collection.

public:
 System::Collections::Generic::IEnumerable<System::String ^> ^ GetPropertyNames(System::String ^ collectionPath);
public System.Collections.Generic.IEnumerable<string> GetPropertyNames (string collectionPath);
abstract member GetPropertyNames : string -> seq<string>
Public Function GetPropertyNames (collectionPath As String) As IEnumerable(Of String)

Parameters

collectionPath
String

Path to the remote setting collection in the form My\Custom\Path

Returns

IEnumerable of all properties under the specified collection. Empty if no properties exist.

Applies to