Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value of a domain property for a specified element.
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
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.