DisplayNameKeyAttribute.GetDefaultKey 方法 (Type)

Gets the default key using the specified Type object.

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Function GetDefaultKey ( _
    type As Type _
) As String
用法
Dim instance As DisplayNameKeyAttribute 
Dim type As Type 
Dim returnValue As String 

returnValue = instance.GetDefaultKey(type)
public string GetDefaultKey(
    Type type
)
public:
virtual String^ GetDefaultKey(
    Type^ type
) sealed
abstract GetDefaultKey : 
        type:Type -> string  
override GetDefaultKey : 
        type:Type -> string
public final function GetDefaultKey(
    type : Type
) : String

参数

  • type
    类型:System.Type
    The Type object that is used to get the default key.

返回值

类型:System.String
The key that is used to look up a localized type name in a default resource file.

请参阅

参考

DisplayNameKeyAttribute 类

GetDefaultKey 重载

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间