Метод NSCollectionEditor.GetDisplayText

Retrieves the display text for the collection editor.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Сборка:  Microsoft.SqlServer.XMLTask (в Microsoft.SqlServer.XMLTask.dll)

Синтаксис

'Декларация
Protected Overrides Function GetDisplayText ( _
    value As Object _
) As String
'Применение
Dim value As Object 
Dim returnValue As String 

returnValue = Me.GetDisplayText(value)
protected override string GetDisplayText(
    Object value
)
protected:
virtual String^ GetDisplayText(
    Object^ value
) override
abstract GetDisplayText : 
        value:Object -> string  
override GetDisplayText : 
        value:Object -> string
protected override function GetDisplayText(
    value : Object
) : String

Параметры

Возвращаемое значение

Тип: System.String
The display text for the collection editor.

См. также

Справочник

NSCollectionEditor Класс

Пространство имен Microsoft.SqlServer.Dts.Tasks.XMLTask