PropertyCollection クラス

定義

プロパティ コレクションからプロパティ値を取得または設定するクラス。

public class PropertyCollection
type PropertyCollection = class
Public Class PropertyCollection
継承
PropertyCollection

コンストラクター

PropertyCollection(IntPtr)

PropertyCollection を作成するコンストラクター

メソッド

Close()

プロパティ バッグを破棄する

GetProperty(PropertyId)

この PropertyId 値を持つ という名前のプロパティを検索します。

GetProperty(PropertyId, String)

この PropertyId 値を持つ という名前のプロパティを検索します。

GetProperty(String)

この文字列名を持つ プロパティを検索します。

GetProperty(String, String)

この文字列名を持つ プロパティを検索します。

SetProperty(PropertyId, String)

プロパティの値を設定します。

SetProperty(String, String)

プロパティの値を設定します。

適用対象