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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaración
Public Overrides ReadOnly Property RelatedShapeToEmphasize As ShapeElement
Get
public override ShapeElement RelatedShapeToEmphasize { get; }
public:
virtual property ShapeElement^ RelatedShapeToEmphasize {
ShapeElement^ get () override;
}
abstract RelatedShapeToEmphasize : ShapeElement
override RelatedShapeToEmphasize : ShapeElement
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.