Compartir a través de


GetLabels Method

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicFunctionGetLabelsAsIEnumerable(OfLabel)
'Usage
DiminstanceAsEdgeCollectionDimreturnValueAsIEnumerable(OfLabel)

returnValue = instance.GetLabels()
publicIEnumerable<Label> GetLabels()
public:
IEnumerable<Label^>^ GetLabels()
publicfunctionGetLabels() : IEnumerable<Label>

Return Value

Type: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'Label> ) > ) >

.NET Framework Security

See Also

Reference

EdgeCollection Structure

EdgeCollection Members

System.Dataflow Namespace