ProtoElementBase.GetPropertyValue Method

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public Function GetPropertyValue ( _
    domainPropertyId As Guid _
) As Object
'使用
Dim instance As ProtoElementBase
Dim domainPropertyId As Guid
Dim returnValue As Object

returnValue = instance.GetPropertyValue(domainPropertyId)
public Object GetPropertyValue(
    Guid domainPropertyId
)
public:
Object^ GetPropertyValue(
    Guid domainPropertyId
)
public function GetPropertyValue(
    domainPropertyId : Guid
) : Object

Parameters

Return Value

Type: System.Object

Permissions

See Also

Reference

ProtoElementBase Class

ProtoElementBase Members

Microsoft.VisualStudio.Modeling Namespace