UIElement.IVsUIElement.put_DataSource Method

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

Syntax

‘선언
Private Function put_DataSource ( _
    pDataSource As IVsUISimpleDataSource _
) As Integer Implements IVsUIElement.put_DataSource
‘사용 방법
Dim instance As UIElement
Dim pDataSource As IVsUISimpleDataSource
Dim returnValue As Integer

returnValue = CType(instance, IVsUIElement).put_DataSource(pDataSource)
int IVsUIElement.put_DataSource(
    IVsUISimpleDataSource pDataSource
)
private:
virtual int put_DataSource(
    IVsUISimpleDataSource^ pDataSource
) sealed = IVsUIElement::put_DataSource
private abstract put_DataSource : 
        pDataSource:IVsUISimpleDataSource -> int 
private override put_DataSource : 
        pDataSource:IVsUISimpleDataSource -> int 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsUIElement.put_DataSource(IVsUISimpleDataSource)

.NET Framework Security

See Also

Reference

UIElement Class

UIElement Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace