IEnumConnectionPoints Arabirim

Tanım

Dikkat

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Arabirimin IEnumConnectionPoints tanımını yönetir.

public interface class IEnumConnectionPoints
[System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumConnectionPoints
[System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public interface IEnumConnectionPoints
[<System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumConnectionPoints = interface
[<System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type IEnumConnectionPoints = interface
Public Interface IEnumConnectionPoints
Öznitelikler

Açıklamalar

Yeni geliştirme için kullanın IEnumConnectionPoints.

Note

Ad alanı içindeki Microsoft.VisualBasic.Compatibility.VB6 işlevler ve nesneler, Visual Basic 6.0'dan Visual Basic'e yükseltme araçları tarafından kullanılmak üzere sağlanır. Çoğu durumda, bu işlevler ve nesneler .NET Framework'teki diğer ad alanlarına bulabileceğiniz işlevleri yineler. Bunlar yalnızca Visual Basic 6.0 kod modeli .NET Framework uygulamasından önemli ölçüde farklı olduğunda gereklidir.

Yöntemler

Name Description
Clone(IEnumConnectionPoints)
Geçersiz.

Geçerli numaralama durumuyla aynı numaralandırma durumunu içeren yeni bir numaralandırıcı oluşturur.

Next(Int32, IConnectionPoint[], Int32)
Geçersiz.

Numaralandırma dizisinde belirtilen sayıda öğe alır.

Reset()
Geçersiz.

Numaralandırma dizisini en başa sıfırlar.

Skip(Int32)
Geçersiz.

Numaralandırma dizisinde belirtilen sayıda öğeyi atlar.

Şunlara uygulanır