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
- domainPropertyId
Type: System.Guid
Return Value
Type: System.Object
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.