UIDataSourcePropertyEnumerator.GetElement Method
This member overrides VsEnumerable<TComEnumerator, TComEnumerated, TEnumerated>.GetElement(TEnumerated, TComEnumerated%).
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaração
Protected Overrides Sub GetElement ( _
enumeratedElement As UIDataSourceProperty, _
<OutAttribute> ByRef comElement As VsUIPropertyDescriptor _
)
protected override void GetElement(
UIDataSourceProperty enumeratedElement,
out VsUIPropertyDescriptor comElement
)
Parameters
- enumeratedElement
Type: Microsoft.Internal.VisualStudio.PlatformUI.UIDataSourceProperty
- comElement
Type: Microsoft.VisualStudio.Shell.Interop.VsUIPropertyDescriptor%
.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.