CommentShape.RelatedShapeToEmphasize Property
Returns null so that the parent shape doesn't get visually emphasized when this shape is selected.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property RelatedShapeToEmphasize As ShapeElement
public override ShapeElement RelatedShapeToEmphasize { get; }
public:
virtual property ShapeElement^ RelatedShapeToEmphasize {
ShapeElement^ get () override;
}
abstract RelatedShapeToEmphasize : ShapeElement with get
override RelatedShapeToEmphasize : ShapeElement with get
override function get RelatedShapeToEmphasize () : ShapeElement
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Remarks
Returns null so that the parent shape does notget visually emphasized when this shape is selected.
.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.