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.
Delegate to get the element that hosts the displayed property from an element in the list
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Property PropertyElementGetter As PropertyElementGetter
public PropertyElementGetter PropertyElementGetter { get; set; }
public:
property PropertyElementGetter^ PropertyElementGetter {
PropertyElementGetter^ get ();
void set (PropertyElementGetter^ value);
}
member PropertyElementGetter : PropertyElementGetter with get, set
function get PropertyElementGetter () : PropertyElementGetter
function set PropertyElementGetter (value : PropertyElementGetter)
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.PropertyElementGetter
.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.