GetDefaultKey 方法 (PropertyInfo)
Gets the default key using the specified PropertyInfo object. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Function GetDefaultKey ( _
property As PropertyInfo _
) As String
用法
Dim instance As DisplayCategoryKeyAttribute
Dim property As PropertyInfo
Dim returnValue As String
returnValue = instance.GetDefaultKey(property)
public string GetDefaultKey(
PropertyInfo property
)
public:
virtual String^ GetDefaultKey(
PropertyInfo^ property
) sealed
abstract GetDefaultKey :
property:PropertyInfo -> string
override GetDefaultKey :
property:PropertyInfo -> string
public final function GetDefaultKey(
property : PropertyInfo
) : String
参数
- property
类型:System.Reflection. . :: . .PropertyInfo
The PropertyInfo object that is used to get the default key.
返回值
类型:System. . :: . .String
The key that is used to look up a localized property category in a default resource file.