Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a data source.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Function GetDataSource ( _
    ByRef guid As Guid, _
    dw As UInteger, _
    <OutAttribute> ByRef ppUIDataSource As IVsUIDataSource _
) As Integer
int GetDataSource(
    ref Guid guid,
    uint dw,
    out IVsUIDataSource ppUIDataSource
)
int GetDataSource(
    [InAttribute] Guid% guid, 
    [InAttribute] unsigned int dw, 
    [OutAttribute] IVsUIDataSource^% ppUIDataSource
)
abstract GetDataSource : 
        guid:Guid byref * 
        dw:uint32 * 
        ppUIDataSource:IVsUIDataSource byref -> int
function GetDataSource(
    guid : Guid, 
    dw : uint, 
    ppUIDataSource : IVsUIDataSource
) : int
Parameters
guid
Type: System.Guid%[in] The GUID for the data source factory.
dw
Type: System.UInt32[in] Reserved
ppUIDataSource
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource%[out] Pointer to a variable that gets set to a IVsUIDataSource interface representing the data source.
Return Value
Type: System.Int32
Returns S_OK if the data source is found, or E_FAIL if not.
.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.