ICollectionKeyValueStorage.GetPropertyNames(String) 方法

定义

获取特定集合下的所有属性名称。

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)

参数

collectionPath
String

返回

IEnumerable<String>

适用于