CreateProperty Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Integration.Entity.Extensions
Assembly:  Microsoft.VisualStudio.Data.Tools.Integration (in Microsoft.VisualStudio.Data.Tools.Integration.dll)

Syntax

'Declaration
Public Function CreateProperty ( _
    xElement As XElement, _
    context As PropertyExtensionContext _
) As Object
'Usage
Dim instance As ByReferencePropertyExtensionFactory
Dim xElement As XElement
Dim context As PropertyExtensionContext
Dim returnValue As Object

returnValue = instance.CreateProperty(xElement, _
    context)
public Object CreateProperty(
    XElement xElement,
    PropertyExtensionContext context
)
public:
virtual Object^ CreateProperty(
    XElement^ xElement, 
    PropertyExtensionContext^ context
) sealed
abstract CreateProperty : 
        xElement:XElement * 
        context:PropertyExtensionContext -> Object 
override CreateProperty : 
        xElement:XElement * 
        context:PropertyExtensionContext -> Object 
public final function CreateProperty(
    xElement : XElement, 
    context : PropertyExtensionContext
) : Object

Parameters

Return Value

Type: System..::..Object

Implements

IEntityDesignerExtendedProperty..::..CreateProperty(XElement, PropertyExtensionContext)

See Also

Reference

ByReferencePropertyExtensionFactory Class

Microsoft.VisualStudio.Data.Tools.Integration.Entity.Extensions Namespace