IVsUIEnumDataSourceProperties Interface

Definition

Manages a list of data source properties.

public interface class IVsUIEnumDataSourceProperties
public interface class IVsUIEnumDataSourceProperties
__interface IVsUIEnumDataSourceProperties
public interface IVsUIEnumDataSourceProperties
[System.Runtime.InteropServices.Guid("327922B7-0B7F-4123-8446-0E614B337673")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIEnumDataSourceProperties
type IVsUIEnumDataSourceProperties = interface
[<System.Runtime.InteropServices.Guid("327922B7-0B7F-4123-8446-0E614B337673")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIEnumDataSourceProperties = interface
Public Interface IVsUIEnumDataSourceProperties
Attributes

Methods

Clone(IVsUIEnumDataSourceProperties)

Creates a copy of the enumeration.

Next(UInt32, VsUIPropertyDescriptor[], UInt32)

Retrieves a specified number of items in the enumeration sequence.

Reset()

Resets the enumeration sequence to the beginning.

Skip(UInt32)

Skips over a specified number of items in the enumeration.

Applies to