次の方法で共有


DataSourceFactory.GetDataSource Method (Guid%, UInt32, IVsUIDataSource%)

Microsoft internal use only.

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

Syntax

'宣言
Public Function GetDataSource ( _
    ByRef factory As Guid, _
    dataSourceId As UInteger, _
    <OutAttribute> ByRef ppDataSource As IVsUIDataSource _
) As Integer
public int GetDataSource(
    ref Guid factory,
    uint dataSourceId,
    out IVsUIDataSource ppDataSource
)

Parameters

Return Value

Type: System.Int32

Implements

IVsDataSourceFactory.GetDataSource(Guid%, UInt32, IVsUIDataSource%)

.NET Framework Security

See Also

Reference

DataSourceFactory Class

GetDataSource Overload

Microsoft.Internal.VisualStudio.PlatformUI Namespace