IUIDataSource.GetValue Method

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Function GetValue ( _
    name As String _
) As IVsUIObject
‘사용 방법
Dim instance As IUIDataSource
Dim name As String
Dim returnValue As IVsUIObject

returnValue = instance.GetValue(name)
IVsUIObject GetValue(
    string name
)
IVsUIObject^ GetValue(
    String^ name
)
abstract GetValue : 
        name:string -> IVsUIObject 
function GetValue(
    name : String
) : IVsUIObject

Parameters

Return Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsUIObject

.NET Framework Security

See Also

Reference

IUIDataSource Interface

IUIDataSource Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace