EdmStructuredValue クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Data.Edm.Library.Values
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
Public Sub New ( _
type As IEdmStructuredTypeReference, _
propertyValues As IEnumerable(Of IEdmPropertyValue) _
)
'使用
Dim type As IEdmStructuredTypeReference
Dim propertyValues As IEnumerable(Of IEdmPropertyValue)
Dim instance As New EdmStructuredValue(type, propertyValues)
public EdmStructuredValue(
IEdmStructuredTypeReference type,
IEnumerable<IEdmPropertyValue> propertyValues
)
public:
EdmStructuredValue(
IEdmStructuredTypeReference^ type,
IEnumerable<IEdmPropertyValue^>^ propertyValues
)
new :
type:IEdmStructuredTypeReference *
propertyValues:IEnumerable<IEdmPropertyValue> -> EdmStructuredValue
public function EdmStructuredValue(
type : IEdmStructuredTypeReference,
propertyValues : IEnumerable<IEdmPropertyValue>
)
パラメーター
- type
型: Microsoft.Data.Edm.IEdmStructuredTypeReference
この値を記述する型。
- propertyValues
型: System.Collections.Generic.IEnumerable<IEdmPropertyValue>
この値の子の値。