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
- factory
Type: System.Guid%
- dataSourceId
Type: System.UInt32
- ppDataSource
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource%
Return Value
Type: System.Int32
Implements
IVsDataSourceFactory.GetDataSource(Guid%, UInt32, IVsUIDataSource%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.