Windows インターフェイス

定義

この型は、COM の相互運用性を得るためにマネージ コードが必要とするコクラスのラッパーです。 このインターフェイスによって指定されたメンバにアクセスするには、このインターフェイスを実装するコクラスをラップする型を使用します。 使用法、備考、例など、その種類の詳細については、「」を参照してくださいWindowsCollection

public interface class Windows
[System.Runtime.InteropServices.Guid("096cd58b-0786-11d1-95fa-0080c78ee3bb")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface Windows
type Windows = interface
Public Interface Windows
派生
属性

プロパティ

Count

コレクションに含まれるオブジェクトの WindowObject 数を WindowsCollection 取得します。

Item[Object]

コレクションからWindowsCollection指定したオブジェクトへの参照を取得しますWindowObject

メソッド

GetEnumerator()

オブジェクト内のすべてのエントリを反復処理する IEnumeratorWindowsCollection 取得します。

適用対象