Gets the value of a domain property for a specified element.
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
声明
Public MustOverride Function GetValue ( _
    element As TElement _
) As TValue
public abstract TValue GetValue(
    TElement element
)
public:
virtual TValue GetValue(
    TElement element
) abstract
abstract GetValue : 
        element:'TElement -> 'TValue 
public abstract function GetValue(
    element : TElement
) : TValue
Parameters
- element
Type: TElement
The element. 
Return Value
Type: TValue
Property value.
.NET Framework Security
- 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.