IEntityReferenceCollection.Item プロパティ (String, String)
指定した名前空間名と、外部コンテンツ タイプの参照を取得します。
名前空間: Microsoft.BusinessData.MetadataModel.Collections
アセンブリ: Microsoft.BusinessData (Microsoft.BusinessData.dll 内)
構文
'宣言
ReadOnly Property Item ( _
namespace As String, _
name As String _
) As IEntityReference
Get
'使用
Dim instance As IEntityReferenceCollection
Dim namespace As String
Dim name As String
Dim value As IEntityReference
value = instance.Item(namespace, name)
IEntityReference this[
string namespace,
string name
] { get; }
パラメーター
namespace
型: System.String参照の名前空間です。
name
型: System.String参照の名前。
プロパティ値
型: Microsoft.BusinessData.MetadataModel.IEntityReference
指定した名前空間と名の参照。
関連項目
参照先
IEntityReferenceCollection インターフェイス