次の方法で共有


Windows インターフェイス

定義

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

public interface class Windows : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("096CD58B-0786-11D1-95FA-0080C78EE3BB")]
public interface Windows : System.Collections.IEnumerable
type Windows = interface
    interface IEnumerable
Public Interface Windows
Implements IEnumerable
派生
属性
実装

プロパティ

Count

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

Item[Object]

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

メソッド

GetEnumerator()

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

適用対象