다음을 통해 공유


GelDependencyObject.IVsUISimpleDataSource.EnumVerbs Method

Microsoft internal use only.

Returns a enumeration of verbs for the data source.

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Private Function EnumVerbs ( _
    <OutAttribute> ByRef ppEnum As IVsUIEnumDataSourceVerbs _
) As Integer Implements IVsUISimpleDataSource.EnumVerbs
int IVsUISimpleDataSource.EnumVerbs(
    out IVsUIEnumDataSourceVerbs ppEnum
)

Parameters

Return Value

Type: System.Int32
Returns S_OK if the enumeration was returned.

Implements

IVsUISimpleDataSource.EnumVerbs(IVsUIEnumDataSourceVerbs%)

.NET Framework Security

See Also

Reference

GelDependencyObject Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace