CodeGenerationUtilities.GetSegmentOutputType 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
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