Diagram::SupportsPorts Property

 

Gets the diagram and verifies whether it contains ports.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property bool SupportsPorts {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the diagram contains ports; otherwise, false.

By default, the return value is false.

Hit testing does not check for ports if the diagram does not contain ports.

Return to top
Show: