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
매개 변수
- value
유형: System.Object
The value of the text.
반환 값
유형: System.String
The display text for the collection editor.