Share via


CodeGenerationUtilities.GetSegmentOutputType Method

Definition

Overloads

GetSegmentOutputType(PathSegment)

For the given pathSegment, this method returns its output fully qualified type name.

GetSegmentOutputType(PathSegment, Boolean)

For the given pathSegment, this method returns its output fully qualified type name.

GetSegmentOutputType(PathSegment)

For the given pathSegment, this method returns its output fully qualified type name.

public:
 static System::String ^ GetSegmentOutputType(Microsoft::VisualStudio::Modeling::DslDefinition::PathSegment ^ segment);
public static string GetSegmentOutputType (Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment segment);
static member GetSegmentOutputType : Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment -> string
Public Shared Function GetSegmentOutputType (segment As PathSegment) As String

Parameters

segment
PathSegment

Returns

Applies to

GetSegmentOutputType(PathSegment, Boolean)

For the given pathSegment, this method returns its output fully qualified type name.

public:
 static System::String ^ GetSegmentOutputType(Microsoft::VisualStudio::Modeling::DslDefinition::PathSegment ^ segment, bool searchBaseTypes);
public static string GetSegmentOutputType (Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment segment, bool searchBaseTypes);
static member GetSegmentOutputType : Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment * bool -> string
Public Shared Function GetSegmentOutputType (segment As PathSegment, searchBaseTypes As Boolean) As String

Parameters

segment
PathSegment

PathSegment

searchBaseTypes
Boolean

Try and get the full name from the base Role

Returns

Applies to