Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Microsoft internal use only.
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Private Function get_DataSource ( _
<OutAttribute> ByRef ppDataSource As IVsUISimpleDataSource _
) As Integer Implements IVsUIElement.get_DataSource
int IVsUIElement.get_DataSource(
out IVsUISimpleDataSource ppDataSource
)
private:
virtual int get_DataSource(
[OutAttribute] IVsUISimpleDataSource^% ppDataSource
) sealed = IVsUIElement::get_DataSource
private abstract get_DataSource :
ppDataSource:IVsUISimpleDataSource byref -> int
private override get_DataSource :
ppDataSource:IVsUISimpleDataSource byref -> int
JScript does not support explicit interface implementations.
Parameters
- ppDataSource
Type: Microsoft.VisualStudio.Shell.Interop.IVsUISimpleDataSource%
Return Value
Type: System.Int32
Implements
IVsUIElement.get_DataSource(IVsUISimpleDataSource%)
.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.