ConverterBase.Convert Method (IVsUIObject, IVsUIObject%)
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Public Function Convert ( _
source As IVsUIObject, _
<OutAttribute> ByRef converted As IVsUIObject _
) As Integer
public int Convert(
IVsUIObject source,
out IVsUIObject converted
)
Parameters
- source
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIObject
- converted
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIObject%
Return Value
Type: System.Int32
Implements
IVsUIDataConverter.Convert(IVsUIObject, IVsUIObject%)
.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.