LineSegmentAccessibleObject.DefaultAction Property
Gets a string that describes the default action of the object. Not all objects have a default action.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DefaultAction As String
public override string DefaultAction { get; }
public:
virtual property String^ DefaultAction {
String^ get () override;
}
abstract DefaultAction : string with get
override DefaultAction : string with get
override function get DefaultAction () : String
Property Value
Type: String
.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.