Share via


TurnPath.GetPropertyName(String) 方法

定义

实用工具函数,用于仅获取不带内存范围前缀的属性名称。

public static string GetPropertyName (string property);
static member GetPropertyName : string -> string
Public Shared Function GetPropertyName (property As String) As String

参数

property
String

内存范围属性路径。

返回

不带前缀的属性的名称。

适用于