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 an enumeration of the available properties.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Function EnumProperties ( _
<OutAttribute> ByRef ppEnum As IVsUIEnumDataSourceProperties _
) As Integer
int EnumProperties(
out IVsUIEnumDataSourceProperties ppEnum
)
int EnumProperties(
[OutAttribute] IVsUIEnumDataSourceProperties^% ppEnum
)
abstract EnumProperties :
ppEnum:IVsUIEnumDataSourceProperties byref -> int
function EnumProperties(
ppEnum : IVsUIEnumDataSourceProperties
) : int
Parameters
ppEnum
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIEnumDataSourceProperties%[out] Location to return a pointer to properties enumeration interface.
Return Value
Type: Int32
Returns S_OK if the enumeration interface was returned properly.
.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.