次の方法で共有


OAProperties.Item メソッド

Properties コレクションのインデックス付きメンバを返します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Automation
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public Overridable Function Item ( _
    index As Object _
) As Property
'使用
Dim instance As OAProperties
Dim index As Object
Dim returnValue As Property

returnValue = instance.Item(index)
public virtual Property Item(
    Object index
)
public:
virtual Property^ Item(
    Object^ index
)
public function Item(
    index : Object
) : Property

パラメータ

  • index
    型 : System.Object
    メンバを返す位置のインデックス。

戻り値

型 : EnvDTE.Property

実装

Properties.Item(Object)

参照

参照

OAProperties クラス

OAProperties メンバ

Microsoft.VisualStudio.Data.Schema.Project.Automation 名前空間