ElementListCompartment.PropertyElementGetter Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Property PropertyElementGetter As PropertyElementGetter
'Usage
Dim instance As ElementListCompartment
Dim value As PropertyElementGetter
value = instance.PropertyElementGetter
instance.PropertyElementGetter = value
public PropertyElementGetter PropertyElementGetter { get; set; }
public:
property PropertyElementGetter^ PropertyElementGetter {
PropertyElementGetter^ get ();
void set (PropertyElementGetter^ value);
}
public function get PropertyElementGetter () : PropertyElementGetter
public 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.