共用方式為


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 命名空間