Поделиться через


Метод 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