Returns a string that may be used for displaying a representation of the specified dependency type.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public string GetDependencyTypeAbbreviationString(
	DependencyType dependencyType
)
Visual Basic (Declaration)
Public Function GetDependencyTypeAbbreviationString ( _
	dependencyType As DependencyType _
) As String

Parameters

dependencyType
Type: DlhSoft.Windows.Data..::..DependencyType

See Also