CodeGenerationUtilities.GetSegmentInputType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetSegmentInputType(PathSegment, Boolean) |
For the given pathSegment, this method returns its input fully qualified type name. |
GetSegmentInputType(PathSegment) |
For the given pathSegment, this method returns its input fully qualified type name. |
GetSegmentInputType(PathSegment, Boolean)
For the given pathSegment, this method returns its input fully qualified type name.
public:
static System::String ^ GetSegmentInputType(Microsoft::VisualStudio::Modeling::DslDefinition::PathSegment ^ segment, bool searchBaseTypes);
public static string GetSegmentInputType (Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment segment, bool searchBaseTypes);
static member GetSegmentInputType : Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment * bool -> string
Public Shared Function GetSegmentInputType (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
GetSegmentInputType(PathSegment)
For the given pathSegment, this method returns its input fully qualified type name.
public:
static System::String ^ GetSegmentInputType(Microsoft::VisualStudio::Modeling::DslDefinition::PathSegment ^ segment);
public static string GetSegmentInputType (Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment segment);
static member GetSegmentInputType : Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment -> string
Public Shared Function GetSegmentInputType (segment As PathSegment) As String
Parameters
- segment
- PathSegment