Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
<BrowsableAttribute(False)> _
Public Overridable Property DecoratorTo As LinkDecorator
'使用
Dim instance As BinaryLinkShapeBase
Dim value As LinkDecorator
value = instance.DecoratorTo
instance.DecoratorTo = value
[BrowsableAttribute(false)]
public virtual LinkDecorator DecoratorTo { get; set; }
[BrowsableAttribute(false)]
public:
virtual property LinkDecorator^ DecoratorTo {
LinkDecorator^ get ();
void set (LinkDecorator^ value);
}
public function get DecoratorTo () : LinkDecorator
public function set DecoratorTo (value : LinkDecorator)
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkDecorator
Permissions
- 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.