Partager via


Méthode NSCollectionEditor.GetDisplayText

Retrieves the display text for the collection editor.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly :  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Syntaxe

'Déclaration
Protected Overrides Function GetDisplayText ( _
    value As Object _
) As String
'Utilisation
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

Paramètres

Valeur de retour

Type : System.String
The display text for the collection editor.

Voir aussi

Référence

NSCollectionEditor Classe

Espace de noms Microsoft.SqlServer.Dts.Tasks.XMLTask