Compartilhar via


Método CodeGenerationUtilities.GetSegmentOutputType (PathSegment, Boolean)

Para o dado pathSegment, esse método retorna seu nome de tipo totalmente qualificado de saída.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxe

'Declaração
Public Shared Function GetSegmentOutputType ( _
    segment As PathSegment, _
    searchBaseTypes As Boolean _
) As String
public static string GetSegmentOutputType(
    PathSegment segment,
    bool searchBaseTypes
)

Parâmetros

  • searchBaseTypes
    Tipo: System.Boolean
    Tente e obter o nome completo da função base

Valor de retorno

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

CodeGenerationUtilities Classe

Sobrecargas GetSegmentOutputType

Namespace Microsoft.VisualStudio.Modeling.DslDefinition